Shades of Mountain Meadow #10AB80
Tints of Mountain Meadow #10AB80
RGB
CMYK
RGB Variations
Color information
#10AB80 (or 0x10AB80) is known color: Mountain Meadow. HEX triplet: 10, AB and 80. RGB value is (16,171,128). Sum of RGB (Red+Green+Blue) = 16+171+128=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AB80 is #EF547F. Grayscale: #777777. Windows color (decimal): -15684736 or 8432400. OLE color: 8432400.
HSL color Cylindrical-coordinate representation of color #10AB80: hue angle of 163.35º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB80 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 128 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.33 |
| HSL | 163.35º | 0.83% | 0.37% | - |
| HSV(B) | 163.35º | 0.91% | 0.67% | - |
| XYZ | 18.67 | 30.79 | 25.38 | - |
| YUV | 119.75 | 132.65 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 128 | 0.91 | 0 | 0.25 | 0.33 | 163.35 | 0.83 | 0.37 |
| Hex | 10 | AB | 80 | 5B | 0 | 19 | 21 | A3 | 53 | 25 |
| Octal | 20 | 253 | 200 | 133 | 0 | 31 | 41 | 243 | 123 | 45 |
| Binary | 10000 | 10101011 | 10000000 | 1011011 | 0 | 11001 | 100001 | 10100011 | 1010011 | 100101 |
Color Harmonies of #10AB80
Complementary color
Monochromatic Colors of #10AB80
Black with #10AB80
Text Example
Text Example
White with #10AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB80; }
p { color: rgb(16,171,128); }
H1.HeaderClassName
{
color: #10AB80;
}
.AnyTagClassName
{
color: #10AB80;
}
</style>
background-color css
<style>
a { background-color: #10AB80; }
a { background-color: rgb(16,171,128); }
div.DivClassName
{
background-color: #10AB80;
}
.BgClassName
{
background-color: #10AB80;
}
</style>
border-color css
<style>
span { border-color: #10AB80; }
span { border-color: rgb(16,171,128); }
td.TdClassName
{
border-color: #10AB80;
}
.TagClassName
{
border-color: #10AB80;
}
</style>