Html Css Color HEX #11AC80 Mountain Meadow

📋 copy color: '#11AC80'

red 17 ◦ green 172 ◦ blue 128

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

Shades of Mountain Meadow #11AC80

Tints of Mountain Meadow #11AC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.38%

R = 5.36%
G = 54.26%
B = 40.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#11AC80 (or 0x11AC80) is known color: Mountain Meadow. HEX triplet: 11, AC and 80. RGB value is (17,172,128). Sum of RGB (Red+Green+Blue) = 17+172+128=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AC80 is #EE537F. Grayscale: #787878. Windows color (decimal): -15618944 or 8432657. OLE color: 8432657.

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

Color convert

RGB 17 172 128 -
CMYK 0.90 0 0.26 0.33
HSL 162.97º 0.82% 0.37% -
HSV(B) 162.97º 0.9% 0.67% -
XYZ 18.88 31.18 25.45 -
YUV 120.64 132.15 54.08 -
System Red Green Blue C M Y K H S L
Decimal 17 172 128 0.90 0 0.26 0.33 162.97 0.82 0.37
Hex 11 AC 80 5A 0 1A 21 A3 52 25
Octal 21 254 200 132 0 32 41 243 122 45
Binary 10001 10101100 10000000 1011010 0 11010 100001 10100011 1010010 100101

Color Harmonies of #11AC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AC80

Black with #11AC80

Text Example


Text Example

White with #11AC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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