Html Css Color HEX #11AC86 Mountain Meadow

📋 copy color: '#11AC86'

red 17 ◦ green 172 ◦ blue 134

#11AC86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #11AC86

Tints of Mountain Meadow #11AC86

RGB

 RED value IS 17 (7.03% from 255) = 5.26%

 GREEN value IS 172 (67.58% from 255) = 53.25%

 BLUE value IS 134 (52.73% from 255) = 41.49%

R = 5.26%
G = 53.25%
B = 41.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#11AC86 (or 0x11AC86) is known color: Mountain Meadow. HEX triplet: 11, AC and 86. RGB value is (17,172,134). Sum of RGB (Red+Green+Blue) = 17+172+134=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AC86 is #EE5379. Grayscale: #797979. Windows color (decimal): -15618938 or 8825873. OLE color: 8825873.

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

Color convert

RGB 17 172 134 -
CMYK 0.90 0 0.22 0.33
HSL 165.29º 0.82% 0.37% -
HSV(B) 165.29º 0.9% 0.67% -
XYZ 19.29 31.35 27.59 -
YUV 121.32 135.15 53.59 -
System Red Green Blue C M Y K H S L
Decimal 17 172 134 0.90 0 0.22 0.33 165.29 0.82 0.37
Hex 11 AC 86 5A 0 16 21 A5 52 25
Octal 21 254 206 132 0 26 41 245 122 45
Binary 10001 10101100 10000110 1011010 0 10110 100001 10100101 1010010 100101

Color Harmonies of #11AC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AC86

Black with #11AC86

Text Example


Text Example

White with #11AC86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11AC86;
 }
 .AnyTagClassName
 {
   color: #11AC86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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