#11A56B

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

Shades of Jade #11A56B

Tints of Jade #11A56B

Color information

#11A56B (or 0x11A56B) is unknown color: approx Jade. HEX triplet: 11, A5 and 6B. RGB value is (17,165,107). Sum of RGB (Red+Green+Blue) = 17+165+107=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #11A56B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A56B is #EE5A94. Grayscale: #727272. Windows color (decimal): -15620757 or 7054609. OLE color: 7054609.

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

Color convert

RGB17165107-
CMYK0.9000.350.35
HSL156.49º81.32%35.69%-
HSV(B)156.49º89.7%64.71%-
XYZ16.3428.0918.47-
YUV114.14123.9758.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.88%
GREEN value IS 165 (64.84% from 255) = 57.09%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=5.88%
G=57.09%
B=37.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal171651070.9000.350.35156.4981.3235.69
Hex11A56B5A023239c5124
Octal212451531320434323412144
Binary1000110100101110101110110100100011100011100111001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,165,107); }

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

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

 a { background-color: rgb(17,165,107); }

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

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

 span { border-color: rgb(17,165,107); }

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