#02AB72

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

Shades of Jade #02AB72

Tints of Jade #02AB72

Color information

#02AB72 (or 0x02AB72) is unknown color: approx Jade. HEX triplet: 02, AB and 72. RGB value is (2,171,114). Sum of RGB (Red+Green+Blue) = 2+171+114=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AB72 is #FD548D. Grayscale: #727272. Windows color (decimal): -16602254 or 7514882. OLE color: 7514882.

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

Color convert

RGB2171114-
CMYK0.9900.330.33
HSL159.76º97.69%33.92%-
HSV(B)159.76º98.83%67.06%-
XYZ17.6330.3520.85-
YUV113.97128.0148.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 171 (67.19% from 255) = 59.58%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=0.70%
G=59.58%
B=39.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21711140.9900.330.33159.7697.6933.92
Hex2AB726302121a06222
Octal22531621430414124014242
Binary1010101011111001011000110100001100001101000001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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