Shades of Mountain Meadow #10AB84
Tints of Mountain Meadow #10AB84
RGB
CMYK
RGB Variations
Color information
#10AB84 (or 0x10AB84) is known color: Mountain Meadow. HEX triplet: 10, AB and 84. RGB value is (16,171,132). Sum of RGB (Red+Green+Blue) = 16+171+132=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AB84 is #EF547B. Grayscale: #787878. Windows color (decimal): -15684732 or 8694544. OLE color: 8694544.
HSL color Cylindrical-coordinate representation of color #10AB84: hue angle of 164.9º 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 #10AB84 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 132 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.33 |
| HSL | 164.9º | 0.83% | 0.37% | - |
| HSV(B) | 164.9º | 0.91% | 0.67% | - |
| XYZ | 18.94 | 30.9 | 26.8 | - |
| YUV | 120.21 | 134.65 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 132 | 0.91 | 0 | 0.23 | 0.33 | 164.9 | 0.83 | 0.37 |
| Hex | 10 | AB | 84 | 5B | 0 | 17 | 21 | A5 | 53 | 25 |
| Octal | 20 | 253 | 204 | 133 | 0 | 27 | 41 | 245 | 123 | 45 |
| Binary | 10000 | 10101011 | 10000100 | 1011011 | 0 | 10111 | 100001 | 10100101 | 1010011 | 100101 |
Color Harmonies of #10AB84
Complementary color
Monochromatic Colors of #10AB84
Black with #10AB84
Text Example
Text Example
White with #10AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB84; }
p { color: rgb(16,171,132); }
H1.HeaderClassName
{
color: #10AB84;
}
.AnyTagClassName
{
color: #10AB84;
}
</style>
background-color css
<style>
a { background-color: #10AB84; }
a { background-color: rgb(16,171,132); }
div.DivClassName
{
background-color: #10AB84;
}
.BgClassName
{
background-color: #10AB84;
}
</style>
border-color css
<style>
span { border-color: #10AB84; }
span { border-color: rgb(16,171,132); }
td.TdClassName
{
border-color: #10AB84;
}
.TagClassName
{
border-color: #10AB84;
}
</style>