Color Hex Logo

#07a241 Color Hex

#07A241
(7,162,65)
0 Favorites   0 Comments

Color spaces of #07a241

RGB 716265
HSL0.400.920.33
HSV142°96°64°
CMYK 0.960.000.60   0.36
XYZ13.962126.26759.3353
Yxy26.26750.28170.5300
Hunter Lab51.2518-41.063525.0769
CIE-Lab58.2901-56.396139.8964

#07a241 color RGB value is (7,162,65).

#07a241 hex color red value is 7, green value is 162 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #07a241 hue: 0.40 , saturation: 0.92 and the lightness value of 07a241 is 0.33.

The process color (four color CMYK) of #07a241 color hex is 0.96, 0.00, 0.60, 0.36. Web safe color of #07a241 is #009933. Color #07a241 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10100010 01000001
Octal 7 242 101
Decimal 7 162 65
Hex 7 A2 41

RGB Percentages of Color #07a241

%2.99
%69.23
%27.78

CMYK Percentages of Color #07a241

%96
%0
%60
%36

Triadic Colors of #07a241

#07a241 #4107a2 #a24107

Analogous Colors of #07a241

#07a241 #07a28f #1aa207

Monochromatic Colors of #07a241

#07a241

Complementary Color

#07a241 #a20768

#07a241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07a241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07a241 Color CSS Codes

.mybgcolor {background-color:#07a241; } 
.myforecolor {color:#07a241; }
.mybordercolor {border:3px solid #07a241; }

#07a241 Text Font Color

<p style="color:#07a241">Text here</p>

This sample text font color is #07a241
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#07a241 Background Color

<div style="background-color:#07a241">
Div content here</div>

This div background color is #07a241


#07a241 Border Color

<div style="border:3px solid #07a241">
Div here</div>

This div border color is #07a241


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,162,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07a241; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07a241;
  -webkit-box-shadow: 1px 1px 3px 2px #07a241;
  box-shadow:         1px 1px 3px 2px #07a241; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,162,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #07a241">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #07a241;
  -webkit-box-shadow: 1px 1px 3px 2px #07a241;
  box-shadow:         1px 1px 3px 2px #07a241;">
Div content here</div>

This div box has shadow with color #07a241


Comments

No comments written yet.

Please login to write comment.