Html Css Color HEX #11AA80 Mountain Meadow

📋 copy color: '#11AA80'

red 17 ◦ green 170 ◦ blue 128

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

Shades of Mountain Meadow #11AA80

Tints of Mountain Meadow #11AA80

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.97%

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

R = 5.4%
G = 53.97%
B = 40.63%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#11AA80 (or 0x11AA80) is known color: Mountain Meadow. HEX triplet: 11, AA and 80. RGB value is (17,170,128). Sum of RGB (Red+Green+Blue) = 17+170+128=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AA80 is #EE557F. Grayscale: #777777. Windows color (decimal): -15619456 or 8432145. OLE color: 8432145.

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

Color convert

RGB 17 170 128 -
CMYK 0.9 0 0.25 0.33
HSL 163.53º 0.82% 0.37% -
HSV(B) 163.53º 0.9% 0.67% -
XYZ 18.5 30.43 25.32 -
YUV 119.47 132.81 54.92 -
System Red Green Blue C M Y K H S L
Decimal 17 170 128 0.9 0 0.25 0.33 163.53 0.82 0.37
Hex 11 AA 80 5A 0 19 21 A4 52 25
Octal 21 252 200 132 0 31 41 244 122 45
Binary 10001 10101010 10000000 1011010 0 11001 100001 10100100 1010010 100101

Color Harmonies of #11AA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AA80

Black with #11AA80

Text Example


Text Example

White with #11AA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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