#02AE65

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

Shades of Jade #02AE65

Tints of Jade #02AE65

Color information

#02AE65 (or 0x02AE65) is unknown color: approx Jade. HEX triplet: 02, AE and 65. RGB value is (2,174,101). Sum of RGB (Red+Green+Blue) = 2+174+101=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 174 (68.36% from 255 or 62.82% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AE65 is #FD519A. Grayscale: #727272. Windows color (decimal): -16601499 or 6663682. OLE color: 6663682.

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

Color convert

RGB2174101-
CMYK0.9900.420.32
HSL154.53º97.73%34.51%-
HSV(B)154.53º98.85%68.24%-
XYZ17.5131.2217.42-
YUV114.25120.5247.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 174 (68.36% from 255) = 62.82%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=0.72%
G=62.82%
B=36.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21741010.9900.420.32154.5397.7334.51
Hex2AE656302A209b6223
Octal22561451430524023314243
Binary1010101110110010111000110101010100000100110111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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