Shades of Mountain Meadow #10A78A
Tints of Mountain Meadow #10A78A
RGB
CMYK
RGB Variations
Color information
#10A78A (or 0x10A78A) is known color: Mountain Meadow. HEX triplet: 10, A7 and 8A. RGB value is (16,167,138). Sum of RGB (Red+Green+Blue) = 16+167+138=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 167 (65.62% from 255 or 52.02% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 167 - color contains mainly: green. Hex color #10A78A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A78A is #EF5875. Grayscale: #767676. Windows color (decimal): -15685750 or 9086736. OLE color: 9086736.
HSL color Cylindrical-coordinate representation of color #10A78A: hue angle of 168.48º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A78A is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 167 | 138 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.35 |
| HSL | 168.48º | 0.83% | 0.36% | - |
| HSV(B) | 168.48º | 0.9% | 0.65% | - |
| XYZ | 18.62 | 29.58 | 28.77 | - |
| YUV | 118.55 | 138.97 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 167 | 138 | 0.90 | 0 | 0.17 | 0.35 | 168.48 | 0.83 | 0.36 |
| Hex | 10 | A7 | 8A | 5A | 0 | 11 | 23 | A8 | 53 | 24 |
| Octal | 20 | 247 | 212 | 132 | 0 | 21 | 43 | 250 | 123 | 44 |
| Binary | 10000 | 10100111 | 10001010 | 1011010 | 0 | 10001 | 100011 | 10101000 | 1010011 | 100100 |
Color Harmonies of #10A78A
Complementary color
Monochromatic Colors of #10A78A
Black with #10A78A
Text Example
Text Example
White with #10A78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A78A; }
p { color: rgb(16,167,138); }
H1.HeaderClassName
{
color: #10A78A;
}
.AnyTagClassName
{
color: #10A78A;
}
</style>
background-color css
<style>
a { background-color: #10A78A; }
a { background-color: rgb(16,167,138); }
div.DivClassName
{
background-color: #10A78A;
}
.BgClassName
{
background-color: #10A78A;
}
</style>
border-color css
<style>
span { border-color: #10A78A; }
span { border-color: rgb(16,167,138); }
td.TdClassName
{
border-color: #10A78A;
}
.TagClassName
{
border-color: #10A78A;
}
</style>