Html Css Color HEX #11AC82 Mountain Meadow

📋 copy color: '#11AC82'

red 17 ◦ green 172 ◦ blue 130

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

Shades of Mountain Meadow #11AC82

Tints of Mountain Meadow #11AC82

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 value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#11AC82 (or 0x11AC82) is known color: 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

RGB 17 172 130 -
CMYK 0.90 0 0.24 0.33
HSL 163.74º 0.82% 0.37% -
HSV(B) 163.74º 0.9% 0.67% -
XYZ 19.01 31.24 26.15 -
YUV 120.87 133.15 53.92 -
System Red Green Blue C M Y K H S L
Decimal 17 172 130 0.90 0 0.24 0.33 163.74 0.82 0.37
Hex 11 AC 82 5A 0 18 21 A4 52 25
Octal 21 254 202 132 0 30 41 244 122 45
Binary 10001 10101100 10000010 1011010 0 11000 100001 10100100 1010010 100101

Color Harmonies of #11AC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AC82

Black with #11AC82

Text Example


Text Example

White with #11AC82

Text Example


Text Example

HTML Codes & Css Web 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>