#02AB6A

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

Shades of Jade #02AB6A

Tints of Jade #02AB6A

Color information

#02AB6A (or 0x02AB6A) is unknown color: approx Jade. HEX triplet: 02, AB and 6A. RGB value is (2,171,106). Sum of RGB (Red+Green+Blue) = 2+171+106=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AB6A is #FD5495. Grayscale: #717171. Windows color (decimal): -16602262 or 6990594. OLE color: 6990594.

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

Color convert

RGB2171106-
CMYK0.9900.380.33
HSL156.92º97.69%33.92%-
HSV(B)156.92º98.83%67.06%-
XYZ17.1930.1818.55-
YUV113.06124.0148.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 171 (67.19% from 255) = 61.29%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=0.72%
G=61.29%
B=37.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21711060.9900.380.33156.9297.6933.92
Hex2AB6A63026219d6222
Octal22531521430464123514242
Binary1010101011110101011000110100110100001100111011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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