#11A97C

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

Shades of Mountain Meadow #11A97C

Tints of Mountain Meadow #11A97C

Color information

#11A97C (or 0x11A97C) is unknown color: approx Mountain Meadow. HEX triplet: 11, A9 and 7C. RGB value is (17,169,124). Sum of RGB (Red+Green+Blue) = 17+169+124=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 169 (66.41% from 255 or 54.52% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 169 - color contains mainly: green. Hex color #11A97C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A97C is #EE5683. Grayscale: #767676. Windows color (decimal): -15619716 or 8169745. OLE color: 8169745.

HSL color Cylindrical-coordinate representation of color #11A97C: hue angle of 162.24º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A97C is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB17169124-
CMYK0.9000.270.34
HSL162.24º81.72%36.47%-
HSV(B)162.24º89.94%66.27%-
XYZ18.0629.9523.9-
YUV118.42131.1455.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.48%
GREEN value IS 169 (66.41% from 255) = 54.52%
BLUE value IS 124 (48.83% from 255) = 40%
R=5.48%
G=54.52%
B=40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal171691240.9000.270.34162.2481.7236.47
Hex11A97C5A01B22a25224
Octal212511741320334224212244
Binary100011010100111111001011010011011100010101000101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,169,124); }

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

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

 a { background-color: rgb(17,169,124); }

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

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

 span { border-color: rgb(17,169,124); }

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