#11AB82

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

Shades of Mountain Meadow #11AB82

Tints of Mountain Meadow #11AB82

Color information

#11AB82 (or 0x11AB82) is unknown color: approx Mountain Meadow. HEX triplet: 11, AB and 82. RGB value is (17,171,130). Sum of RGB (Red+Green+Blue) = 17+171+130=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #11AB82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AB82 is #EE547D. Grayscale: #787878. Windows color (decimal): -15619198 or 8563473. OLE color: 8563473.

HSL color Cylindrical-coordinate representation of color #11AB82: hue angle of 164.03º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AB82 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB17171130-
CMYK0.9000.240.33
HSL164.03º81.91%36.86%-
HSV(B)164.03º90.06%67.06%-
XYZ18.8230.8626.08-
YUV120.28133.4854.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.35%
GREEN value IS 171 (67.19% from 255) = 53.77%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=5.35%
G=53.77%
B=40.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171711300.9000.240.33164.0381.9136.86
Hex11AB825A01821a45225
Octal212532021320304124412245
Binary1000110101011100000101011010011000100001101001001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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