Html Css Color HEX #02AA52 Pigment Green

📋 copy color: '#02AA52'

red 2 ◦ green 170 ◦ blue 82

#02AA52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #02AA52

Tints of Pigment Green #02AA52

RGB

 RED value IS 2 (1.17% from 255) = 0.79%

 GREEN value IS 170 (66.8% from 255) = 66.93%

 BLUE value IS 82 (32.42% from 255) = 32.28%

R = 0.79%
G = 66.93%
B = 32.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#02AA52 (or 0x02AA52) is known color: Pigment Green. HEX triplet: 02, AA and 52. RGB value is (2,170,82). Sum of RGB (Red+Green+Blue) = 2+170+82=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AA52 is #FD55AD. Grayscale: #6D6D6D. Windows color (decimal): -16602542 or 5417474. OLE color: 5417474.

HSL color Cylindrical-coordinate representation of color #02AA52: hue angle of 148.57º 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 #02AA52 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 170 82 -
CMYK 0.99 0 0.52 0.33
HSL 148.57º 0.98% 0.34% -
HSV(B) 148.57º 0.99% 0.67% -
XYZ 15.92 29.37 12.81 -
YUV 109.74 112.34 51.16 -
System Red Green Blue C M Y K H S L
Decimal 2 170 82 0.99 0 0.52 0.33 148.57 0.98 0.34
Hex 2 AA 52 63 0 34 21 95 62 22
Octal 2 252 122 143 0 64 41 225 142 42
Binary 10 10101010 1010010 1100011 0 110100 100001 10010101 1100010 100010

Color Harmonies of #02AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA52

Black with #02AA52

Text Example


Text Example

White with #02AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02AA52;
 }
 .AnyTagClassName
 {
   color: #02AA52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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