#11AF70

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

Shades of Jade #11AF70

Tints of Jade #11AF70

Color information

#11AF70 (or 0x11AF70) is unknown color: approx Jade. HEX triplet: 11, AF and 70. RGB value is (17,175,112). Sum of RGB (Red+Green+Blue) = 17+175+112=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AF70 is #EE508F. Grayscale: #787878. Windows color (decimal): -15618192 or 7384849. OLE color: 7384849.

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

Color convert

RGB17175112-
CMYK0.9000.360.31
HSL156.08º82.29%37.65%-
HSV(B)156.08º90.29%68.63%-
XYZ18.4931.9520.52-
YUV120.58123.1554.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.59%
GREEN value IS 175 (68.75% from 255) = 57.57%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=5.59%
G=57.57%
B=36.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171751120.9000.360.31156.0882.2937.65
Hex11AF705A0241F9c5226
Octal212571601320443723412246
Binary100011010111111100001011010010010011111100111001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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