Shades of Mountain Meadow #10AD84
Tints of Mountain Meadow #10AD84
RGB
CMYK
RGB Variations
Color information
#10AD84 (or 0x10AD84) is known color: Mountain Meadow. HEX triplet: 10, AD and 84. RGB value is (16,173,132). Sum of RGB (Red+Green+Blue) = 16+173+132=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 173 (67.97% from 255 or 53.89% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AD84 is #EF527B. Grayscale: #797979. Windows color (decimal): -15684220 or 8695056. OLE color: 8695056.
HSL color Cylindrical-coordinate representation of color #10AD84: hue angle of 164.33º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD84 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 173 | 132 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.32 |
| HSL | 164.33º | 0.83% | 0.37% | - |
| HSV(B) | 164.33º | 0.91% | 0.68% | - |
| XYZ | 19.32 | 31.66 | 26.92 | - |
| YUV | 121.38 | 133.99 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 132 | 0.91 | 0 | 0.24 | 0.32 | 164.33 | 0.83 | 0.37 |
| Hex | 10 | AD | 84 | 5B | 0 | 18 | 20 | A4 | 53 | 25 |
| Octal | 20 | 255 | 204 | 133 | 0 | 30 | 40 | 244 | 123 | 45 |
| Binary | 10000 | 10101101 | 10000100 | 1011011 | 0 | 11000 | 100000 | 10100100 | 1010011 | 100101 |
Color Harmonies of #10AD84
Complementary color
Monochromatic Colors of #10AD84
Black with #10AD84
Text Example
Text Example
White with #10AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AD84; }
p { color: rgb(16,173,132); }
H1.HeaderClassName
{
color: #10AD84;
}
.AnyTagClassName
{
color: #10AD84;
}
</style>
background-color css
<style>
a { background-color: #10AD84; }
a { background-color: rgb(16,173,132); }
div.DivClassName
{
background-color: #10AD84;
}
.BgClassName
{
background-color: #10AD84;
}
</style>
border-color css
<style>
span { border-color: #10AD84; }
span { border-color: rgb(16,173,132); }
td.TdClassName
{
border-color: #10AD84;
}
.TagClassName
{
border-color: #10AD84;
}
</style>