#02A666

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

Shades of Jade #02A666

Tints of Jade #02A666

Color information

#02A666 (or 0x02A666) is unknown color: approx Jade. HEX triplet: 02, A6 and 66. RGB value is (2,166,102). Sum of RGB (Red+Green+Blue) = 2+166+102=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 166 (65.23% from 255 or 61.48% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 166 - color contains mainly: green. Hex color #02A666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A666 is #FD5999. Grayscale: #6D6D6D. Windows color (decimal): -16603546 or 6727170. OLE color: 6727170.

HSL color Cylindrical-coordinate representation of color #02A666: hue angle of 156.59º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A666 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB2166102-
CMYK0.9900.390.35
HSL156.59º97.62%32.94%-
HSV(B)156.59º98.8%65.1%-
XYZ16.0628.2417.18-
YUV109.67123.6751.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 166 (65.23% from 255) = 61.48%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=0.74%
G=61.48%
B=37.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21661020.9900.390.35156.5997.6232.94
Hex2A66663027239d6221
Octal22461461430474323514241
Binary1010100110110011011000110100111100011100111011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,166,102); }

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

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

 a { background-color: rgb(2,166,102); }

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

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

 span { border-color: rgb(2,166,102); }

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