Shades of Mountain Meadow #10C571
Tints of Mountain Meadow #10C571
RGB
CMYK
RGB Variations
Color information
#10C571 (or 0x10C571) is known color: Mountain Meadow. HEX triplet: 10, C5 and 71. RGB value is (16,197,113). Sum of RGB (Red+Green+Blue) = 16+197+113=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #10C571 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C571 is #EF3A8E. Grayscale: #858585. Windows color (decimal): -15678095 or 7456016. OLE color: 7456016.
HSL color Cylindrical-coordinate representation of color #10C571: hue angle of 152.15º 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 #10C571 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 197 | 113 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.23 |
| HSL | 152.15º | 0.85% | 0.42% | - |
| HSV(B) | 152.15º | 0.92% | 0.77% | - |
| XYZ | 23.16 | 41.23 | 22.36 | - |
| YUV | 133.31 | 116.53 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 197 | 113 | 0.92 | 0 | 0.43 | 0.23 | 152.15 | 0.85 | 0.42 |
| Hex | 10 | C5 | 71 | 5C | 0 | 2B | 17 | 98 | 55 | 2A |
| Octal | 20 | 305 | 161 | 134 | 0 | 53 | 27 | 230 | 125 | 52 |
| Binary | 10000 | 11000101 | 1110001 | 1011100 | 0 | 101011 | 10111 | 10011000 | 1010101 | 101010 |
Color Harmonies of #10C571
Complementary color
Monochromatic Colors of #10C571
Black with #10C571
Text Example
Text Example
White with #10C571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C571; }
p { color: rgb(16,197,113); }
H1.HeaderClassName
{
color: #10C571;
}
.AnyTagClassName
{
color: #10C571;
}
</style>
background-color css
<style>
a { background-color: #10C571; }
a { background-color: rgb(16,197,113); }
div.DivClassName
{
background-color: #10C571;
}
.BgClassName
{
background-color: #10C571;
}
</style>
border-color css
<style>
span { border-color: #10C571; }
span { border-color: rgb(16,197,113); }
td.TdClassName
{
border-color: #10C571;
}
.TagClassName
{
border-color: #10C571;
}
</style>