#11ba68

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

Shades of Jade #11BA68

Tints of Jade #11BA68

Color information

#11BA68 (or 0x11BA68) is unknown color: approx Jade. HEX triplet: 11, BA and 68. RGB value is (17,186,104). Sum of RGB (Red+Green+Blue) = 17+186+104=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BA68 is #EE4597. Grayscale: #7E7E7E. Windows color (decimal): -15615384 or 6863377. OLE color: 6863377.

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

Color convert

RGB17186104-
CMYK0.9100.440.27
HSL150.89º83.25%39.8%-
HSV(B)150.89º90.86%72.94%-
XYZ20.2936.2419.02-
YUV126.12115.5150.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.54%
GREEN value IS 186 (73.05% from 255) = 60.59%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=5.54%
G=60.59%
B=33.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171861040.9100.440.27150.8983.2539.8
Hex11BA685B02C1B975328
Octal212721501330543322712350
Binary100011011101011010001011011010110011011100101111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11ba68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,186,104); }

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

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

 a { background-color: rgb(17,186,104); }

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

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

 span { border-color: rgb(17,186,104); }

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