#11A96D

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

Shades of Jade #11A96D

Tints of Jade #11A96D

Color information

#11A96D (or 0x11A96D) is unknown color: approx Jade. HEX triplet: 11, A9 and 6D. RGB value is (17,169,109). Sum of RGB (Red+Green+Blue) = 17+169+109=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 169 (66.41% from 255 or 57.29% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 169 - color contains mainly: green. Hex color #11A96D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A96D is #EE5692. Grayscale: #747474. Windows color (decimal): -15619731 or 7186705. OLE color: 7186705.

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

Color convert

RGB17169109-
CMYK0.9000.360.34
HSL156.32º81.72%36.47%-
HSV(B)156.32º89.94%66.27%-
XYZ17.1829.619.28-
YUV116.71123.6456.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.76%
GREEN value IS 169 (66.41% from 255) = 57.29%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=5.76%
G=57.29%
B=36.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal171691090.9000.360.34156.3281.7236.47
Hex11A96D5A024229c5224
Octal212511551320444223412244
Binary1000110101001110110110110100100100100010100111001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,169,109); }

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

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

 a { background-color: rgb(17,169,109); }

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

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

 span { border-color: rgb(17,169,109); }

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