Shades of Mountain Meadow #10A978
Tints of Mountain Meadow #10A978
RGB
CMYK
RGB Variations
Color information
#10A978 (or 0x10A978) is known color: Mountain Meadow. HEX triplet: 10, A9 and 78. RGB value is (16,169,120). Sum of RGB (Red+Green+Blue) = 16+169+120=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 169 (66.41% from 255 or 55.41% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 169 - color contains mainly: green. Hex color #10A978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A978 is #EF5687. Grayscale: #757575. Windows color (decimal): -15685256 or 7907600. OLE color: 7907600.
HSL color Cylindrical-coordinate representation of color #10A978: hue angle of 160.78º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A978 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 169 | 120 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.34 |
| HSL | 160.78º | 0.83% | 0.36% | - |
| HSV(B) | 160.78º | 0.91% | 0.66% | - |
| XYZ | 17.79 | 29.84 | 22.59 | - |
| YUV | 117.67 | 129.31 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 169 | 120 | 0.91 | 0 | 0.29 | 0.34 | 160.78 | 0.83 | 0.36 |
| Hex | 10 | A9 | 78 | 5B | 0 | 1D | 22 | A1 | 53 | 24 |
| Octal | 20 | 251 | 170 | 133 | 0 | 35 | 42 | 241 | 123 | 44 |
| Binary | 10000 | 10101001 | 1111000 | 1011011 | 0 | 11101 | 100010 | 10100001 | 1010011 | 100100 |
Color Harmonies of #10A978
Complementary color
Monochromatic Colors of #10A978
Black with #10A978
Text Example
Text Example
White with #10A978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A978; }
p { color: rgb(16,169,120); }
H1.HeaderClassName
{
color: #10A978;
}
.AnyTagClassName
{
color: #10A978;
}
</style>
background-color css
<style>
a { background-color: #10A978; }
a { background-color: rgb(16,169,120); }
div.DivClassName
{
background-color: #10A978;
}
.BgClassName
{
background-color: #10A978;
}
</style>
border-color css
<style>
span { border-color: #10A978; }
span { border-color: rgb(16,169,120); }
td.TdClassName
{
border-color: #10A978;
}
.TagClassName
{
border-color: #10A978;
}
</style>