#02AA49

Color #02AA49 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #02AA49

Tints of Pigment Green #02AA49

Color information

#02AA49 (or 0x02AA49) is unknown color: approx Pigment Green. HEX triplet: 02, AA and 49. RGB value is (2,170,73). Sum of RGB (Red+Green+Blue) = 2+170+73=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 170 (66.80% from 255 or 69.39% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AA49 is #FD55B6. Grayscale: #6C6C6C. Windows color (decimal): -16602551 or 4827650. OLE color: 4827650.

HSL color Cylindrical-coordinate representation of color #02AA49: hue angle of 145.36º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AA49 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB217073-
CMYK0.9900.570.33
HSL145.36º97.67%33.73%-
HSV(B)145.36º98.82%66.67%-
XYZ15.629.2411.13-
YUV108.71107.8451.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 170 (66.80% from 255) = 69.39%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=0.82%
G=69.39%
B=29.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2170730.9900.570.33145.3697.6733.73
Hex2AA496303921916222
Octal22521111430714122114242
Binary1010101010100100111000110111001100001100100011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02AA49; }

 p { color: rgb(2,170,73); }

 H1.HeaderClassName
 {
   color: #02AA49;
 }
 .AnyTagClassName
 {
   color: #02AA49;
 }
</style>
background-color css

<style>
 a { background-color: #02AA49; }

 a { background-color: rgb(2,170,73); }

 div.DivClassName
 {
   background-color: #02AA49;
 }
 .BgClassName
 {
   background-color: #02AA49;
 }
</style>
border-color css

<style>
 span { border-color: #02AA49; }

 span { border-color: rgb(2,170,73); }

 td.TdClassName
 {
   border-color: #02AA49;
 }
 .TagClassName
 {
   border-color: #02AA49;
 }
</style>