#11C272

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

Shades of Mountain Meadow #11C272

Tints of Mountain Meadow #11C272

Color information

#11C272 (or 0x11C272) is unknown color: approx Mountain Meadow. HEX triplet: 11, C2 and 72. RGB value is (17,194,114). Sum of RGB (Red+Green+Blue) = 17+194+114=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #11C272 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C272 is #EE3D8D. Grayscale: #848484. Windows color (decimal): -15613326 or 7520785. OLE color: 7520785.

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

Color convert

RGB17194114-
CMYK0.9100.410.24
HSL152.88º83.89%41.37%-
HSV(B)152.88º91.24%76.08%-
XYZ22.5639.9222.44-
YUV131.96117.8646-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.23%
GREEN value IS 194 (76.17% from 255) = 59.69%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=5.23%
G=59.69%
B=35.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171941140.9100.410.24152.8883.8941.37
Hex11C2725B02918995429
Octal213021621330513023112451
Binary100011100001011100101011011010100111000100110011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,194,114); }

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

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

 a { background-color: rgb(17,194,114); }

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

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

 span { border-color: rgb(17,194,114); }

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