Shades of Mountain Meadow #10C47C
Tints of Mountain Meadow #10C47C
RGB
CMYK
RGB Variations
Color information
#10C47C (or 0x10C47C) is known color: Mountain Meadow. HEX triplet: 10, C4 and 7C. RGB value is (16,196,124). Sum of RGB (Red+Green+Blue) = 16+196+124=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 196 (76.95% from 255 or 58.33% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 196 - color contains mainly: green. Hex color #10C47C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C47C is #EF3B83. Grayscale: #868686. Windows color (decimal): -15678340 or 8176656. OLE color: 8176656.
HSL color Cylindrical-coordinate representation of color #10C47C: hue angle of 156º 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 #10C47C is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 124 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.23 |
| HSL | 156º | 0.85% | 0.42% | - |
| HSV(B) | 156º | 0.92% | 0.77% | - |
| XYZ | 23.59 | 41.05 | 25.75 | - |
| YUV | 133.97 | 122.37 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 124 | 0.92 | 0 | 0.37 | 0.23 | 156 | 0.85 | 0.42 |
| Hex | 10 | C4 | 7C | 5C | 0 | 25 | 17 | 9C | 55 | 2A |
| Octal | 20 | 304 | 174 | 134 | 0 | 45 | 27 | 234 | 125 | 52 |
| Binary | 10000 | 11000100 | 1111100 | 1011100 | 0 | 100101 | 10111 | 10011100 | 1010101 | 101010 |
Color Harmonies of #10C47C
Complementary color
Monochromatic Colors of #10C47C
Black with #10C47C
Text Example
Text Example
White with #10C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C47C; }
p { color: rgb(16,196,124); }
H1.HeaderClassName
{
color: #10C47C;
}
.AnyTagClassName
{
color: #10C47C;
}
</style>
background-color css
<style>
a { background-color: #10C47C; }
a { background-color: rgb(16,196,124); }
div.DivClassName
{
background-color: #10C47C;
}
.BgClassName
{
background-color: #10C47C;
}
</style>
border-color css
<style>
span { border-color: #10C47C; }
span { border-color: rgb(16,196,124); }
td.TdClassName
{
border-color: #10C47C;
}
.TagClassName
{
border-color: #10C47C;
}
</style>