Shades of Mountain Meadow #10C370
Tints of Mountain Meadow #10C370
RGB
CMYK
RGB Variations
Color information
#10C370 (or 0x10C370) is known color: Mountain Meadow. HEX triplet: 10, C3 and 70. RGB value is (16,195,112). Sum of RGB (Red+Green+Blue) = 16+195+112=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #10C370 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C370 is #EF3C8F. Grayscale: #848484. Windows color (decimal): -15678608 or 7389968. OLE color: 7389968.
HSL color Cylindrical-coordinate representation of color #10C370: hue angle of 152.18º 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 #10C370 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 195 | 112 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.24 |
| HSL | 152.18º | 0.85% | 0.41% | - |
| HSV(B) | 152.18º | 0.92% | 0.76% | - |
| XYZ | 22.65 | 40.31 | 21.92 | - |
| YUV | 132.02 | 116.7 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 195 | 112 | 0.92 | 0 | 0.43 | 0.24 | 152.18 | 0.85 | 0.41 |
| Hex | 10 | C3 | 70 | 5C | 0 | 2B | 18 | 98 | 55 | 29 |
| Octal | 20 | 303 | 160 | 134 | 0 | 53 | 30 | 230 | 125 | 51 |
| Binary | 10000 | 11000011 | 1110000 | 1011100 | 0 | 101011 | 11000 | 10011000 | 1010101 | 101001 |
Color Harmonies of #10C370
Complementary color
Monochromatic Colors of #10C370
Black with #10C370
Text Example
Text Example
White with #10C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C370; }
p { color: rgb(16,195,112); }
H1.HeaderClassName
{
color: #10C370;
}
.AnyTagClassName
{
color: #10C370;
}
</style>
background-color css
<style>
a { background-color: #10C370; }
a { background-color: rgb(16,195,112); }
div.DivClassName
{
background-color: #10C370;
}
.BgClassName
{
background-color: #10C370;
}
</style>
border-color css
<style>
span { border-color: #10C370; }
span { border-color: rgb(16,195,112); }
td.TdClassName
{
border-color: #10C370;
}
.TagClassName
{
border-color: #10C370;
}
</style>