#11AC66

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

Shades of Jade #11AC66

Tints of Jade #11AC66

Color information

#11AC66 (or 0x11AC66) is unknown color: approx Jade. HEX triplet: 11, AC and 66. RGB value is (17,172,102). Sum of RGB (Red+Green+Blue) = 17+172+102=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AC66 is #EE5399. Grayscale: #757575. Windows color (decimal): -15618970 or 6728721. OLE color: 6728721.

HSL color Cylindrical-coordinate representation of color #11AC66: hue angle of 152.9º 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 #11AC66 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17172102-
CMYK0.9000.410.33
HSL152.9º82.01%37.06%-
HSV(B)152.9º90.12%67.45%-
XYZ17.3830.5817.56-
YUV117.68119.1556.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.84%
GREEN value IS 172 (67.58% from 255) = 59.11%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=5.84%
G=59.11%
B=35.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171721020.9000.410.33152.982.0137.06
Hex11AC665A02921995225
Octal212541461320514123112245
Binary1000110101100110011010110100101001100001100110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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