Shades of Mountain Meadow #10C074
Tints of Mountain Meadow #10C074
RGB
CMYK
RGB Variations
Color information
#10C074 (or 0x10C074) is known color: Mountain Meadow. HEX triplet: 10, C0 and 74. RGB value is (16,192,116). Sum of RGB (Red+Green+Blue) = 16+192+116=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #10C074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C074 is #EF3F8B. Grayscale: #828282. Windows color (decimal): -15679372 or 7651344. OLE color: 7651344.
HSL color Cylindrical-coordinate representation of color #10C074: hue angle of 154.09º 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 #10C074 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 192 | 116 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.25 |
| HSL | 154.09º | 0.85% | 0.41% | - |
| HSV(B) | 154.09º | 0.92% | 0.75% | - |
| XYZ | 22.22 | 39.07 | 22.89 | - |
| YUV | 130.71 | 119.69 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 192 | 116 | 0.92 | 0 | 0.40 | 0.25 | 154.09 | 0.85 | 0.41 |
| Hex | 10 | C0 | 74 | 5C | 0 | 28 | 19 | 9A | 55 | 29 |
| Octal | 20 | 300 | 164 | 134 | 0 | 50 | 31 | 232 | 125 | 51 |
| Binary | 10000 | 11000000 | 1110100 | 1011100 | 0 | 101000 | 11001 | 10011010 | 1010101 | 101001 |
Color Harmonies of #10C074
Complementary color
Monochromatic Colors of #10C074
Black with #10C074
Text Example
Text Example
White with #10C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C074; }
p { color: rgb(16,192,116); }
H1.HeaderClassName
{
color: #10C074;
}
.AnyTagClassName
{
color: #10C074;
}
</style>
background-color css
<style>
a { background-color: #10C074; }
a { background-color: rgb(16,192,116); }
div.DivClassName
{
background-color: #10C074;
}
.BgClassName
{
background-color: #10C074;
}
</style>
border-color css
<style>
span { border-color: #10C074; }
span { border-color: rgb(16,192,116); }
td.TdClassName
{
border-color: #10C074;
}
.TagClassName
{
border-color: #10C074;
}
</style>