Html Css Color HEX #02AA4B Pigment Green

📋 copy color: '#02AA4B'

red 2 ◦ green 170 ◦ blue 75

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

Shades of Pigment Green #02AA4B

Tints of Pigment Green #02AA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.36%

R = 0.81%
G = 68.83%
B = 30.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#02AA4B (or 0x02AA4B) is known color: Pigment Green. HEX triplet: 02, AA and 4B. RGB value is (2,170,75). Sum of RGB (Red+Green+Blue) = 2+170+75=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 170 (66.80% from 255 or 68.83% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AA4B is #FD55B4. Grayscale: #6D6D6D. Windows color (decimal): -16602549 or 4958722. OLE color: 4958722.

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

Color convert

RGB 2 170 75 -
CMYK 0.99 0 0.56 0.33
HSL 146.07º 0.98% 0.34% -
HSV(B) 146.07º 0.99% 0.67% -
XYZ 15.67 29.27 11.48 -
YUV 108.94 108.84 51.72 -
System Red Green Blue C M Y K H S L
Decimal 2 170 75 0.99 0 0.56 0.33 146.07 0.98 0.34
Hex 2 AA 4B 63 0 38 21 92 62 22
Octal 2 252 113 143 0 70 41 222 142 42
Binary 10 10101010 1001011 1100011 0 111000 100001 10010010 1100010 100010

Color Harmonies of #02AA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AA4B

Black with #02AA4B

Text Example


Text Example

White with #02AA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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