#02A966

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

Shades of Jade #02A966

Tints of Jade #02A966

Color information

#02A966 (or 0x02A966) is unknown color: approx Jade. HEX triplet: 02, A9 and 66. RGB value is (2,169,102). Sum of RGB (Red+Green+Blue) = 2+169+102=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 169 (66.41% from 255 or 61.90% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 169 - color contains mainly: green. Hex color #02A966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A966 is #FD5699. Grayscale: #6F6F6F. Windows color (decimal): -16602778 or 6727938. OLE color: 6727938.

HSL color Cylindrical-coordinate representation of color #02A966: hue angle of 155.93º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A966 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB2169102-
CMYK0.9900.400.34
HSL155.93º97.66%33.53%-
HSV(B)155.93º98.82%66.27%-
XYZ16.6129.3517.36-
YUV111.43122.6749.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 169 (66.41% from 255) = 61.90%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=0.73%
G=61.90%
B=37.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21691020.9900.400.34155.9397.6633.53
Hex2A96663028229c6222
Octal22511461430504223414242
Binary1010101001110011011000110101000100010100111001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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