#11C382

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

Shades of Mountain Meadow #11C382

Tints of Mountain Meadow #11C382

Color information

#11C382 (or 0x11C382) is unknown color: approx Mountain Meadow. HEX triplet: 11, C3 and 82. RGB value is (17,195,130). Sum of RGB (Red+Green+Blue) = 17+195+130=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #11C382 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C382 is #EE3C7D. Grayscale: #868686. Windows color (decimal): -15613054 or 8569617. OLE color: 8569617.

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

Color convert

RGB17195130-
CMYK0.9100.330.24
HSL158.09º83.96%41.57%-
HSV(B)158.09º91.28%76.47%-
XYZ23.7840.7627.73-
YUV134.37125.5344.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.97%
GREEN value IS 195 (76.56% from 255) = 57.02%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=4.97%
G=57.02%
B=38.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171951300.9100.330.24158.0983.9641.57
Hex11C3825B021189e542a
Octal213032021330413023612452
Binary1000111000011100000101011011010000111000100111101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,195,130); }

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

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

 a { background-color: rgb(17,195,130); }

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

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

 span { border-color: rgb(17,195,130); }

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