#02AE63

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

Shades of Jade #02AE63

Tints of Jade #02AE63

Color information

#02AE63 (or 0x02AE63) is unknown color: approx Jade. HEX triplet: 02, AE and 63. RGB value is (2,174,99). Sum of RGB (Red+Green+Blue) = 2+174+99=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 174 (68.36% from 255 or 63.27% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AE63 is #FD519C. Grayscale: #727272. Windows color (decimal): -16601501 or 6532610. OLE color: 6532610.

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

Color convert

RGB217499-
CMYK0.9900.430.32
HSL153.84º97.73%34.51%-
HSV(B)153.84º98.85%68.24%-
XYZ17.4131.1916.91-
YUV114.02119.5248.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 174 (68.36% from 255) = 63.27%
BLUE value IS 99 (39.06% from 255) = 36%
R=0.73%
G=63.27%
B=36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2174990.9900.430.32153.8497.7334.51
Hex2AE636302B209a6223
Octal22561431430534023214243
Binary1010101110110001111000110101011100000100110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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