#02AE73

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

Shades of Jade #02AE73

Tints of Jade #02AE73

Color information

#02AE73 (or 0x02AE73) is unknown color: approx Jade. HEX triplet: 02, AE and 73. RGB value is (2,174,115). Sum of RGB (Red+Green+Blue) = 2+174+115=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 174 (68.36% from 255 or 59.79% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AE73 is #FD518C. Grayscale: #737373. Windows color (decimal): -16601485 or 7581186. OLE color: 7581186.

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

Color convert

RGB2174115-
CMYK0.9900.340.32
HSL159.42º97.73%34.51%-
HSV(B)159.42º98.85%68.24%-
XYZ18.2631.5221.34-
YUV115.85127.5246.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 174 (68.36% from 255) = 59.79%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=0.69%
G=59.79%
B=39.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21741150.9900.340.32159.4297.7334.51
Hex2AE7363022209f6223
Octal22561631430424023714243
Binary1010101110111001111000110100010100000100111111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,174,115); }

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

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

 a { background-color: rgb(2,174,115); }

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

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

 span { border-color: rgb(2,174,115); }

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