Shades of Mountain Meadow #10C072
Tints of Mountain Meadow #10C072
RGB
CMYK
RGB Variations
Color information
#10C072 (or 0x10C072) is known color: Mountain Meadow. HEX triplet: 10, C0 and 72. RGB value is (16,192,114). Sum of RGB (Red+Green+Blue) = 16+192+114=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #10C072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C072 is #EF3F8D. Grayscale: #828282. Windows color (decimal): -15679374 or 7520272. OLE color: 7520272.
HSL color Cylindrical-coordinate representation of color #10C072: hue angle of 153.41º 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 #10C072 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 114 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.25 |
| HSL | 153.41º | 0.85% | 0.41% | - |
| HSV(B) | 153.41º | 0.92% | 0.75% | - |
| XYZ | 22.1 | 39.02 | 22.29 | - |
| YUV | 130.48 | 118.69 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 114 | 0.92 | 0 | 0.41 | 0.25 | 153.41 | 0.85 | 0.41 |
| Hex | 10 | C0 | 72 | 5C | 0 | 29 | 19 | 99 | 55 | 29 |
| Octal | 20 | 300 | 162 | 134 | 0 | 51 | 31 | 231 | 125 | 51 |
| Binary | 10000 | 11000000 | 1110010 | 1011100 | 0 | 101001 | 11001 | 10011001 | 1010101 | 101001 |
Color Harmonies of #10C072
Complementary color
Monochromatic Colors of #10C072
Black with #10C072
Text Example
Text Example
White with #10C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C072; }
p { color: rgb(16,192,114); }
H1.HeaderClassName
{
color: #10C072;
}
.AnyTagClassName
{
color: #10C072;
}
</style>
background-color css
<style>
a { background-color: #10C072; }
a { background-color: rgb(16,192,114); }
div.DivClassName
{
background-color: #10C072;
}
.BgClassName
{
background-color: #10C072;
}
</style>
border-color css
<style>
span { border-color: #10C072; }
span { border-color: rgb(16,192,114); }
td.TdClassName
{
border-color: #10C072;
}
.TagClassName
{
border-color: #10C072;
}
</style>