#11AC82

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

Shades of Mountain Meadow #11AC82

Tints of Mountain Meadow #11AC82

Color information

#11AC82 (or 0x11AC82) is unknown color: approx Mountain Meadow. HEX triplet: 11, AC and 82. RGB value is (17,172,130). Sum of RGB (Red+Green+Blue) = 17+172+130=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AC82 is #EE537D. Grayscale: #787878. Windows color (decimal): -15618942 or 8563729. OLE color: 8563729.

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

Color convert

RGB17172130-
CMYK0.9000.240.33
HSL163.74º82.01%37.06%-
HSV(B)163.74º90.12%67.45%-
XYZ19.0131.2426.15-
YUV120.87133.1553.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.33%
GREEN value IS 172 (67.58% from 255) = 53.92%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=5.33%
G=53.92%
B=40.75%

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
Decimal171721300.9000.240.33163.7482.0137.06
Hex11AC825A01821a45225
Octal212542021320304124412245
Binary1000110101100100000101011010011000100001101001001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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