#01AE76

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

Shades of Jade #01AE76

Tints of Jade #01AE76

Color information

#01AE76 (or 0x01AE76) is unknown color: approx Jade. HEX triplet: 01, AE and 76. RGB value is (1,174,118). Sum of RGB (Red+Green+Blue) = 1+174+118=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 174 (68.36% from 255 or 59.39% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AE76 is #FE5189. Grayscale: #737373. Windows color (decimal): -16667018 or 7777793. OLE color: 7777793.

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

Color convert

RGB1174118-
CMYK0.9900.320.32
HSL160.58º98.86%34.31%-
HSV(B)160.58º99.43%68.24%-
XYZ18.4231.5922.27-
YUV115.89129.1946.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 174 (68.36% from 255) = 59.39%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=0.34%
G=59.39%
B=40.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11741180.9900.320.32160.5898.8634.31
Hex1AE766302020a16322
Octal12561661430404024114342
Binary110101110111011011000110100000100000101000011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AE76; }

 p { color: rgb(1,174,118); }

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

<style>
 a { background-color: #01AE76; }

 a { background-color: rgb(1,174,118); }

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

<style>
 span { border-color: #01AE76; }

 span { border-color: rgb(1,174,118); }

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