#11BA63

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

Shades of Jade #11BA63

Tints of Jade #11BA63

Color information

#11BA63 (or 0x11BA63) is unknown color: approx Jade. HEX triplet: 11, BA and 63. RGB value is (17,186,99). Sum of RGB (Red+Green+Blue) = 17+186+99=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BA63 is #EE459C. Grayscale: #7D7D7D. Windows color (decimal): -15615389 or 6535697. OLE color: 6535697.

HSL color Cylindrical-coordinate representation of color #11BA63: hue angle of 149.11º 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 #11BA63 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB1718699-
CMYK0.9100.470.27
HSL149.11º83.25%39.8%-
HSV(B)149.11º90.86%72.94%-
XYZ20.0436.1417.72-
YUV125.55113.0150.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.63%
GREEN value IS 186 (73.05% from 255) = 61.59%
BLUE value IS 99 (39.06% from 255) = 32.78%
R=5.63%
G=61.59%
B=32.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17186990.9100.470.27149.1183.2539.8
Hex11BA635B02F1B955328
Octal212721431330573322512350
Binary100011011101011000111011011010111111011100101011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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