#11BA69

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

Shades of Jade #11BA69

Tints of Jade #11BA69

Color information

#11BA69 (or 0x11BA69) is unknown color: approx Jade. HEX triplet: 11, BA and 69. RGB value is (17,186,105). Sum of RGB (Red+Green+Blue) = 17+186+105=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BA69 is #EE4596. Grayscale: #7E7E7E. Windows color (decimal): -15615383 or 6928913. OLE color: 6928913.

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

Color convert

RGB17186105-
CMYK0.9100.440.27
HSL151.24º83.25%39.8%-
HSV(B)151.24º90.86%72.94%-
XYZ20.3436.2619.29-
YUV126.23116.0150.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.52%
GREEN value IS 186 (73.05% from 255) = 60.39%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=5.52%
G=60.39%
B=34.09%

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
Decimal171861050.9100.440.27151.2483.2539.8
Hex11BA695B02C1B975328
Octal212721511330543322712350
Binary100011011101011010011011011010110011011100101111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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