#11BD66

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

Shades of Jade #11BD66

Tints of Jade #11BD66

Color information

#11BD66 (or 0x11BD66) is unknown color: approx Jade. HEX triplet: 11, BD and 66. RGB value is (17,189,102). Sum of RGB (Red+Green+Blue) = 17+189+102=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #11BD66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BD66 is #EE4299. Grayscale: #7F7F7F. Windows color (decimal): -15614618 or 6733073. OLE color: 6733073.

HSL color Cylindrical-coordinate representation of color #11BD66: hue angle of 149.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BD66 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB17189102-
CMYK0.9100.460.26
HSL149.65º83.5%40.39%-
HSV(B)149.65º91.01%74.12%-
XYZ20.8337.4718.71-
YUV127.65113.5249.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.52%
GREEN value IS 189 (74.22% from 255) = 61.36%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=5.52%
G=61.36%
B=33.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171891020.9100.460.26149.6583.540.39
Hex11BD665B02E1A965328
Octal212751461330563222612350
Binary100011011110111001101011011010111011010100101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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