Shades of Mountain Meadow #10C077
Tints of Mountain Meadow #10C077
RGB
CMYK
RGB Variations
Color information
#10C077 (or 0x10C077) is known color: Mountain Meadow. HEX triplet: 10, C0 and 77. RGB value is (16,192,119). Sum of RGB (Red+Green+Blue) = 16+192+119=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #10C077 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C077 is #EF3F88. Grayscale: #838383. Windows color (decimal): -15679369 or 7847952. OLE color: 7847952.
HSL color Cylindrical-coordinate representation of color #10C077: hue angle of 155.11º 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 #10C077 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 119 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.25 |
| HSL | 155.11º | 0.85% | 0.41% | - |
| HSV(B) | 155.11º | 0.92% | 0.75% | - |
| XYZ | 22.39 | 39.14 | 23.83 | - |
| YUV | 131.05 | 121.19 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 119 | 0.92 | 0 | 0.38 | 0.25 | 155.11 | 0.85 | 0.41 |
| Hex | 10 | C0 | 77 | 5C | 0 | 26 | 19 | 9B | 55 | 29 |
| Octal | 20 | 300 | 167 | 134 | 0 | 46 | 31 | 233 | 125 | 51 |
| Binary | 10000 | 11000000 | 1110111 | 1011100 | 0 | 100110 | 11001 | 10011011 | 1010101 | 101001 |
Color Harmonies of #10C077
Complementary color
Monochromatic Colors of #10C077
Black with #10C077
Text Example
Text Example
White with #10C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C077; }
p { color: rgb(16,192,119); }
H1.HeaderClassName
{
color: #10C077;
}
.AnyTagClassName
{
color: #10C077;
}
</style>
background-color css
<style>
a { background-color: #10C077; }
a { background-color: rgb(16,192,119); }
div.DivClassName
{
background-color: #10C077;
}
.BgClassName
{
background-color: #10C077;
}
</style>
border-color css
<style>
span { border-color: #10C077; }
span { border-color: rgb(16,192,119); }
td.TdClassName
{
border-color: #10C077;
}
.TagClassName
{
border-color: #10C077;
}
</style>