#02AC6F

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

Shades of Jade #02AC6F

Tints of Jade #02AC6F

Color information

#02AC6F (or 0x02AC6F) is unknown color: approx Jade. HEX triplet: 02, AC and 6F. RGB value is (2,172,111). Sum of RGB (Red+Green+Blue) = 2+172+111=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 172 (67.58% from 255 or 60.35% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AC6F is #FD5390. Grayscale: #727272. Windows color (decimal): -16602001 or 7318530. OLE color: 7318530.

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

Color convert

RGB2172111-
CMYK0.9900.350.33
HSL158.47º97.7%34.12%-
HSV(B)158.47º98.84%67.45%-
XYZ17.6530.6720.03-
YUV114.22126.1847.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 172 (67.58% from 255) = 60.35%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=0.70%
G=60.35%
B=38.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21721110.9900.350.33158.4797.734.12
Hex2AC6F63023219e6222
Octal22541571430434123614242
Binary1010101100110111111000110100011100001100111101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,172,111); }

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

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

 a { background-color: rgb(2,172,111); }

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

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

 span { border-color: rgb(2,172,111); }

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