#11BA75

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

Shades of Mountain Meadow #11BA75

Tints of Mountain Meadow #11BA75

Color information

#11BA75 (or 0x11BA75) is unknown color: approx Mountain Meadow. HEX triplet: 11, BA and 75. RGB value is (17,186,117). Sum of RGB (Red+Green+Blue) = 17+186+117=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BA75 is #EE458A. Grayscale: #7F7F7F. Windows color (decimal): -15615371 or 7715345. OLE color: 7715345.

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

Color convert

RGB17186117-
CMYK0.9100.370.27
HSL155.5º83.25%39.8%-
HSV(B)155.5º90.86%72.94%-
XYZ2136.5222.77-
YUV127.6122.0149.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.31%
GREEN value IS 186 (73.05% from 255) = 58.12%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=5.31%
G=58.12%
B=36.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171861170.9100.370.27155.583.2539.8
Hex11BA755B0251B9c5328
Octal212721651330453323412350
Binary100011011101011101011011011010010111011100111001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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