Html Css Color HEX #02AB4E Pigment Green

📋 copy color: '#02AB4E'

red 2 ◦ green 171 ◦ blue 78

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

Shades of Pigment Green #02AB4E

Tints of Pigment Green #02AB4E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 68.13%

 BLUE value IS 78 (30.86% from 255) = 31.08%

R = 0.8%
G = 68.13%
B = 31.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#02AB4E (or 0x02AB4E) is known color: Pigment Green. HEX triplet: 02, AB and 4E. RGB value is (2,171,78). Sum of RGB (Red+Green+Blue) = 2+171+78=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 171 (67.19% from 255 or 68.13% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AB4E is #FD54B1. Grayscale: #6E6E6E. Windows color (decimal): -16602290 or 5155586. OLE color: 5155586.

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

Color convert

RGB 2 171 78 -
CMYK 0.99 0 0.54 0.33
HSL 146.98º 0.98% 0.34% -
HSV(B) 146.98º 0.99% 0.67% -
XYZ 15.96 29.69 12.1 -
YUV 109.87 110.01 51.06 -
System Red Green Blue C M Y K H S L
Decimal 2 171 78 0.99 0 0.54 0.33 146.98 0.98 0.34
Hex 2 AB 4E 63 0 36 21 93 62 22
Octal 2 253 116 143 0 66 41 223 142 42
Binary 10 10101011 1001110 1100011 0 110110 100001 10010011 1100010 100010

Color Harmonies of #02AB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AB4E

Black with #02AB4E

Text Example


Text Example

White with #02AB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,171,78); }

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

background-color css

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

 a { background-color: rgb(2,171,78); }

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

border-color css

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

 span { border-color: rgb(2,171,78); }

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