#11ab66

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

Shades of Jade #11AB66

Tints of Jade #11AB66

Color information

#11AB66 (or 0x11AB66) is unknown color: approx Jade. HEX triplet: 11, AB and 66. RGB value is (17,171,102). Sum of RGB (Red+Green+Blue) = 17+171+102=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #11AB66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AB66 is #EE5499. Grayscale: #757575. Windows color (decimal): -15619226 or 6728465. OLE color: 6728465.

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

Color convert

RGB17171102-
CMYK0.9000.400.33
HSL153.12º81.91%36.86%-
HSV(B)153.12º90.06%67.06%-
XYZ17.1930.217.49-
YUV117.09119.4856.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.86%
GREEN value IS 171 (67.19% from 255) = 58.97%
BLUE value IS 102 (40.23% from 255) = 35.17%
R=5.86%
G=58.97%
B=35.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171711020.9000.400.33153.1281.9136.86
Hex11AB665A02821995225
Octal212531461320504123112245
Binary1000110101011110011010110100101000100001100110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11ab66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,171,102); }

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

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

 a { background-color: rgb(17,171,102); }

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

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

 span { border-color: rgb(17,171,102); }

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