#11AE72

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

Shades of Jade #11AE72

Tints of Jade #11AE72

Color information

#11AE72 (or 0x11AE72) is unknown color: approx Jade. HEX triplet: 11, AE and 72. RGB value is (17,174,114). Sum of RGB (Red+Green+Blue) = 17+174+114=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #11AE72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AE72 is #EE518D. Grayscale: #787878. Windows color (decimal): -15618446 or 7515665. OLE color: 7515665.

HSL color Cylindrical-coordinate representation of color #11AE72: hue angle of 157.07º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AE72 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB17174114-
CMYK0.9000.340.32
HSL157.07º82.2%37.45%-
HSV(B)157.07º90.23%68.24%-
XYZ18.431.6121.05-
YUV120.22124.4954.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.57%
GREEN value IS 174 (68.36% from 255) = 57.05%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=5.57%
G=57.05%
B=37.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171741140.9000.340.32157.0782.237.45
Hex11AE725A022209d5225
Octal212561621320424023512245
Binary1000110101110111001010110100100010100000100111011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11AE72; }

 p { color: rgb(17,174,114); }

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

<style>
 a { background-color: #11AE72; }

 a { background-color: rgb(17,174,114); }

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

<style>
 span { border-color: #11AE72; }

 span { border-color: rgb(17,174,114); }

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