#11B770

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

Shades of Jade #11B770

Tints of Jade #11B770

Color information

#11B770 (or 0x11B770) is unknown color: approx Jade. HEX triplet: 11, B7 and 70. RGB value is (17,183,112). Sum of RGB (Red+Green+Blue) = 17+183+112=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #11B770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B770 is #EE488F. Grayscale: #7D7D7D. Windows color (decimal): -15616144 or 7386897. OLE color: 7386897.

HSL color Cylindrical-coordinate representation of color #11B770: hue angle of 154.34º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B770 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB17183112-
CMYK0.9100.390.28
HSL154.34º83%39.22%-
HSV(B)154.34º90.71%71.76%-
XYZ20.0935.1621.06-
YUV125.27120.550.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.45%
GREEN value IS 183 (71.88% from 255) = 58.65%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=5.45%
G=58.65%
B=35.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171831120.9100.390.28154.348339.22
Hex11B7705B0271C9a5327
Octal212671601330473423212347
Binary100011011011111100001011011010011111100100110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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