Shades of Mountain Meadow #10C073
Tints of Mountain Meadow #10C073
RGB
CMYK
RGB Variations
Color information
#10C073 (or 0x10C073) is known color: Mountain Meadow. HEX triplet: 10, C0 and 73. RGB value is (16,192,115). Sum of RGB (Red+Green+Blue) = 16+192+115=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #10C073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C073 is #EF3F8C. Grayscale: #828282. Windows color (decimal): -15679373 or 7585808. OLE color: 7585808.
HSL color Cylindrical-coordinate representation of color #10C073: hue angle of 153.75º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C073 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 115 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.25 |
| HSL | 153.75º | 0.85% | 0.41% | - |
| HSV(B) | 153.75º | 0.92% | 0.75% | - |
| XYZ | 22.16 | 39.05 | 22.59 | - |
| YUV | 130.6 | 119.19 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 115 | 0.92 | 0 | 0.40 | 0.25 | 153.75 | 0.85 | 0.41 |
| Hex | 10 | C0 | 73 | 5C | 0 | 28 | 19 | 9A | 55 | 29 |
| Octal | 20 | 300 | 163 | 134 | 0 | 50 | 31 | 232 | 125 | 51 |
| Binary | 10000 | 11000000 | 1110011 | 1011100 | 0 | 101000 | 11001 | 10011010 | 1010101 | 101001 |
Color Harmonies of #10C073
Complementary color
Monochromatic Colors of #10C073
Black with #10C073
Text Example
Text Example
White with #10C073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C073; }
p { color: rgb(16,192,115); }
H1.HeaderClassName
{
color: #10C073;
}
.AnyTagClassName
{
color: #10C073;
}
</style>
background-color css
<style>
a { background-color: #10C073; }
a { background-color: rgb(16,192,115); }
div.DivClassName
{
background-color: #10C073;
}
.BgClassName
{
background-color: #10C073;
}
</style>
border-color css
<style>
span { border-color: #10C073; }
span { border-color: rgb(16,192,115); }
td.TdClassName
{
border-color: #10C073;
}
.TagClassName
{
border-color: #10C073;
}
</style>