Shades of Mountain Meadow #10A184
Tints of Mountain Meadow #10A184
RGB
CMYK
RGB Variations
Color information
#10A184 (or 0x10A184) is known color: Mountain Meadow. HEX triplet: 10, A1 and 84. RGB value is (16,161,132). Sum of RGB (Red+Green+Blue) = 16+161+132=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #10A184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A184 is #EF5E7B. Grayscale: #727272. Windows color (decimal): -15687292 or 8691984. OLE color: 8691984.
HSL color Cylindrical-coordinate representation of color #10A184: hue angle of 168º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A184 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 161 | 132 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.37 |
| HSL | 168º | 0.82% | 0.35% | - |
| HSV(B) | 168º | 0.9% | 0.63% | - |
| XYZ | 17.12 | 27.27 | 26.19 | - |
| YUV | 114.34 | 137.96 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 161 | 132 | 0.90 | 0 | 0.18 | 0.37 | 168 | 0.82 | 0.35 |
| Hex | 10 | A1 | 84 | 5A | 0 | 12 | 25 | A8 | 52 | 23 |
| Octal | 20 | 241 | 204 | 132 | 0 | 22 | 45 | 250 | 122 | 43 |
| Binary | 10000 | 10100001 | 10000100 | 1011010 | 0 | 10010 | 100101 | 10101000 | 1010010 | 100011 |
Color Harmonies of #10A184
Complementary color
Monochromatic Colors of #10A184
Black with #10A184
Text Example
Text Example
White with #10A184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A184; }
p { color: rgb(16,161,132); }
H1.HeaderClassName
{
color: #10A184;
}
.AnyTagClassName
{
color: #10A184;
}
</style>
background-color css
<style>
a { background-color: #10A184; }
a { background-color: rgb(16,161,132); }
div.DivClassName
{
background-color: #10A184;
}
.BgClassName
{
background-color: #10A184;
}
</style>
border-color css
<style>
span { border-color: #10A184; }
span { border-color: rgb(16,161,132); }
td.TdClassName
{
border-color: #10A184;
}
.TagClassName
{
border-color: #10A184;
}
</style>