#11C185

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

Shades of Mountain Meadow #11C185

Tints of Mountain Meadow #11C185

Color information

#11C185 (or 0x11C185) is unknown color: approx Mountain Meadow. HEX triplet: 11, C1 and 85. RGB value is (17,193,133). Sum of RGB (Red+Green+Blue) = 17+193+133=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #11C185 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C185 is #EE3E7A. Grayscale: #858585. Windows color (decimal): -15613563 or 8765713. OLE color: 8765713.

HSL color Cylindrical-coordinate representation of color #11C185: hue angle of 159.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C185 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB17193133-
CMYK0.9100.310.24
HSL159.55º83.81%41.18%-
HSV(B)159.55º91.19%75.69%-
XYZ23.5339.9528.66-
YUV133.54127.6944.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.96%
GREEN value IS 193 (75.78% from 255) = 56.27%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=4.96%
G=56.27%
B=38.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171931330.9100.310.24159.5583.8141.18
Hex11C1855B01F18a05429
Octal213012051330373024012451
Binary100011100000110000101101101101111111000101000001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,193,133); }

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

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

 a { background-color: rgb(17,193,133); }

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

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

 span { border-color: rgb(17,193,133); }

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