Shades of Mountain Meadow #10C884
Tints of Mountain Meadow #10C884
RGB
CMYK
RGB Variations
Color information
#10C884 (or 0x10C884) is known color: Mountain Meadow. HEX triplet: 10, C8 and 84. RGB value is (16,200,132). Sum of RGB (Red+Green+Blue) = 16+200+132=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 200 (78.52% from 255 or 57.47% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 200 - color contains mainly: green. Hex color #10C884 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C884 is #EF377B. Grayscale: #898989. Windows color (decimal): -15677308 or 8701968. OLE color: 8701968.
HSL color Cylindrical-coordinate representation of color #10C884: hue angle of 157.83º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C884 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 200 | 132 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.22 |
| HSL | 157.83º | 0.85% | 0.42% | - |
| HSV(B) | 157.83º | 0.92% | 0.78% | - |
| XYZ | 25.03 | 43.08 | 28.83 | - |
| YUV | 137.23 | 125.04 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 200 | 132 | 0.92 | 0 | 0.34 | 0.22 | 157.83 | 0.85 | 0.42 |
| Hex | 10 | C8 | 84 | 5C | 0 | 22 | 16 | 9E | 55 | 2A |
| Octal | 20 | 310 | 204 | 134 | 0 | 42 | 26 | 236 | 125 | 52 |
| Binary | 10000 | 11001000 | 10000100 | 1011100 | 0 | 100010 | 10110 | 10011110 | 1010101 | 101010 |
Color Harmonies of #10C884
Complementary color
Monochromatic Colors of #10C884
Black with #10C884
Text Example
Text Example
White with #10C884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C884; }
p { color: rgb(16,200,132); }
H1.HeaderClassName
{
color: #10C884;
}
.AnyTagClassName
{
color: #10C884;
}
</style>
background-color css
<style>
a { background-color: #10C884; }
a { background-color: rgb(16,200,132); }
div.DivClassName
{
background-color: #10C884;
}
.BgClassName
{
background-color: #10C884;
}
</style>
border-color css
<style>
span { border-color: #10C884; }
span { border-color: rgb(16,200,132); }
td.TdClassName
{
border-color: #10C884;
}
.TagClassName
{
border-color: #10C884;
}
</style>