#15AA80

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

Shades of Mountain Meadow #15AA80

Tints of Mountain Meadow #15AA80

Color information

#15AA80 (or 0x15AA80) is unknown color: approx Mountain Meadow. HEX triplet: 15, AA and 80. RGB value is (21,170,128). Sum of RGB (Red+Green+Blue) = 21+170+128=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #15AA80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15AA80 is #EA557F. Grayscale: #787878. Windows color (decimal): -15357312 or 8432149. OLE color: 8432149.

HSL color Cylindrical-coordinate representation of color #15AA80: hue angle of 163.09º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AA80 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB21170128-
CMYK0.8800.250.33
HSL163.09º78.01%37.45%-
HSV(B)163.09º87.65%66.67%-
XYZ18.5830.4725.32-
YUV120.66132.1456.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.58%
GREEN value IS 170 (66.80% from 255) = 53.29%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=6.58%
G=53.29%
B=40.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211701280.8800.250.33163.0978.0137.45
Hex15AA805801921a34e25
Octal252522001300314124311645
Binary1010110101010100000001011000011001100001101000111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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