Shades of Mountain Meadow #10C489
Tints of Mountain Meadow #10C489
RGB
CMYK
RGB Variations
Color information
#10C489 (or 0x10C489) is known color: Mountain Meadow. HEX triplet: 10, C4 and 89. RGB value is (16,196,137). Sum of RGB (Red+Green+Blue) = 16+196+137=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #10C489 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C489 is #EF3B76. Grayscale: #878787. Windows color (decimal): -15678327 or 9028624. OLE color: 9028624.
HSL color Cylindrical-coordinate representation of color #10C489: hue angle of 160.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C489 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 137 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.23 |
| HSL | 160.33º | 0.85% | 0.42% | - |
| HSV(B) | 160.33º | 0.92% | 0.77% | - |
| XYZ | 24.47 | 41.4 | 30.37 | - |
| YUV | 135.45 | 128.87 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 137 | 0.92 | 0 | 0.30 | 0.23 | 160.33 | 0.85 | 0.42 |
| Hex | 10 | C4 | 89 | 5C | 0 | 1E | 17 | A0 | 55 | 2A |
| Octal | 20 | 304 | 211 | 134 | 0 | 36 | 27 | 240 | 125 | 52 |
| Binary | 10000 | 11000100 | 10001001 | 1011100 | 0 | 11110 | 10111 | 10100000 | 1010101 | 101010 |
Color Harmonies of #10C489
Complementary color
Monochromatic Colors of #10C489
Black with #10C489
Text Example
Text Example
White with #10C489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C489; }
p { color: rgb(16,196,137); }
H1.HeaderClassName
{
color: #10C489;
}
.AnyTagClassName
{
color: #10C489;
}
</style>
background-color css
<style>
a { background-color: #10C489; }
a { background-color: rgb(16,196,137); }
div.DivClassName
{
background-color: #10C489;
}
.BgClassName
{
background-color: #10C489;
}
</style>
border-color css
<style>
span { border-color: #10C489; }
span { border-color: rgb(16,196,137); }
td.TdClassName
{
border-color: #10C489;
}
.TagClassName
{
border-color: #10C489;
}
</style>