Shades of Mountain Meadow #10C387
Tints of Mountain Meadow #10C387
RGB
CMYK
RGB Variations
Color information
#10C387 (or 0x10C387) is known color: Mountain Meadow. HEX triplet: 10, C3 and 87. RGB value is (16,195,135). Sum of RGB (Red+Green+Blue) = 16+195+135=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #10C387 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C387 is #EF3C78. Grayscale: #868686. Windows color (decimal): -15678585 or 8897296. OLE color: 8897296.
HSL color Cylindrical-coordinate representation of color #10C387: hue angle of 159.89º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C387 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 135 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.24 |
| HSL | 159.89º | 0.85% | 0.41% | - |
| HSV(B) | 159.89º | 0.92% | 0.76% | - |
| XYZ | 24.1 | 40.89 | 29.54 | - |
| YUV | 134.64 | 128.2 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 135 | 0.92 | 0 | 0.31 | 0.24 | 159.89 | 0.85 | 0.41 |
| Hex | 10 | C3 | 87 | 5C | 0 | 1F | 18 | A0 | 55 | 29 |
| Octal | 20 | 303 | 207 | 134 | 0 | 37 | 30 | 240 | 125 | 51 |
| Binary | 10000 | 11000011 | 10000111 | 1011100 | 0 | 11111 | 11000 | 10100000 | 1010101 | 101001 |
Color Harmonies of #10C387
Complementary color
Monochromatic Colors of #10C387
Black with #10C387
Text Example
Text Example
White with #10C387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C387; }
p { color: rgb(16,195,135); }
H1.HeaderClassName
{
color: #10C387;
}
.AnyTagClassName
{
color: #10C387;
}
</style>
background-color css
<style>
a { background-color: #10C387; }
a { background-color: rgb(16,195,135); }
div.DivClassName
{
background-color: #10C387;
}
.BgClassName
{
background-color: #10C387;
}
</style>
border-color css
<style>
span { border-color: #10C387; }
span { border-color: rgb(16,195,135); }
td.TdClassName
{
border-color: #10C387;
}
.TagClassName
{
border-color: #10C387;
}
</style>