#11AF66

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

Shades of Jade #11AF66

Tints of Jade #11AF66

Color information

#11AF66 (or 0x11AF66) is unknown color: approx Jade. HEX triplet: 11, AF and 66. RGB value is (17,175,102). Sum of RGB (Red+Green+Blue) = 17+175+102=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AF66 is #EE5099. Grayscale: #777777. Windows color (decimal): -15618202 or 6729489. OLE color: 6729489.

HSL color Cylindrical-coordinate representation of color #11AF66: hue angle of 152.28º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AF66 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17175102-
CMYK0.9000.420.31
HSL152.28º82.29%37.65%-
HSV(B)152.28º90.29%68.63%-
XYZ17.9631.7417.75-
YUV119.44118.1554.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.78%
GREEN value IS 175 (68.75% from 255) = 59.52%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=5.78%
G=59.52%
B=34.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171751020.9000.420.31152.2882.2937.65
Hex11AF665A02A1F985226
Octal212571461320523723012246
Binary100011010111111001101011010010101011111100110001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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