Color Hex Logo

#2aaf09 Color Hex

#2AAF09
(42,175,9)
0 Favorites   0 Comments

Color spaces of #2aaf09

RGB 421759
HSL0.300.900.36
HSV108°95°69°
CMYK 0.760.000.95   0.31
XYZ16.334131.17195.4143
Yxy31.17190.30870.5890
Hunter Lab55.8318-45.483933.3326
CIE-Lab62.6525-61.033762.0620

#2aaf09 color RGB value is (42,175,9).

#2aaf09 hex color red value is 42, green value is 175 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #2aaf09 hue: 0.30 , saturation: 0.90 and the lightness value of 2aaf09 is 0.36.

The process color (four color CMYK) of #2aaf09 color hex is 0.76, 0.00, 0.95, 0.31. Web safe color of #2aaf09 is #339900. Color #2aaf09 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101111 00001001
Octal 52 257 11
Decimal 42 175 9
Hex 2A AF 9

RGB Percentages of Color #2aaf09

%18.58
%77.43
%3.98

CMYK Percentages of Color #2aaf09

%76
%0
%95
%31

Triadic Colors of #2aaf09

#2aaf09 #092aaf #af092a

Analogous Colors of #2aaf09

#2aaf09 #09af3b #7daf09

Monochromatic Colors of #2aaf09

#2aaf09

Complementary Color

#2aaf09 #8e09af

#2aaf09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aaf09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aaf09 Color CSS Codes

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

#2aaf09 Text Font Color

<p style="color:#2aaf09">Text here</p>

This sample text font color is #2aaf09
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.


#2aaf09 Background Color

<div style="background-color:#2aaf09">
Div content here</div>

This div background color is #2aaf09


#2aaf09 Border Color

<div style="border:3px solid #2aaf09">
Div here</div>

This div border color is #2aaf09


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,175,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2aaf09; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2aaf09;
  -webkit-box-shadow: 1px 1px 3px 2px #2aaf09;
  box-shadow:         1px 1px 3px 2px #2aaf09; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,175,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aaf09


Comments

No comments written yet.

Please login to write comment.