Shades of Mountain Meadow #10C77D
Tints of Mountain Meadow #10C77D
RGB
CMYK
RGB Variations
Color information
#10C77D (or 0x10C77D) is known color: Mountain Meadow. HEX triplet: 10, C7 and 7D. RGB value is (16,199,125). Sum of RGB (Red+Green+Blue) = 16+199+125=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 199 (78.12% from 255 or 58.53% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 199 - color contains mainly: green. Hex color #10C77D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C77D is #EF3882. Grayscale: #878787. Windows color (decimal): -15677571 or 8242960. OLE color: 8242960.
HSL color Cylindrical-coordinate representation of color #10C77D: hue angle of 155.74º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C77D is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 199 | 125 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.22 |
| HSL | 155.74º | 0.85% | 0.42% | - |
| HSV(B) | 155.74º | 0.92% | 0.78% | - |
| XYZ | 24.34 | 42.44 | 26.31 | - |
| YUV | 135.85 | 121.87 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 199 | 125 | 0.92 | 0 | 0.37 | 0.22 | 155.74 | 0.85 | 0.42 |
| Hex | 10 | C7 | 7D | 5C | 0 | 25 | 16 | 9C | 55 | 2A |
| Octal | 20 | 307 | 175 | 134 | 0 | 45 | 26 | 234 | 125 | 52 |
| Binary | 10000 | 11000111 | 1111101 | 1011100 | 0 | 100101 | 10110 | 10011100 | 1010101 | 101010 |
Color Harmonies of #10C77D
Complementary color
Monochromatic Colors of #10C77D
Black with #10C77D
Text Example
Text Example
White with #10C77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C77D; }
p { color: rgb(16,199,125); }
H1.HeaderClassName
{
color: #10C77D;
}
.AnyTagClassName
{
color: #10C77D;
}
</style>
background-color css
<style>
a { background-color: #10C77D; }
a { background-color: rgb(16,199,125); }
div.DivClassName
{
background-color: #10C77D;
}
.BgClassName
{
background-color: #10C77D;
}
</style>
border-color css
<style>
span { border-color: #10C77D; }
span { border-color: rgb(16,199,125); }
td.TdClassName
{
border-color: #10C77D;
}
.TagClassName
{
border-color: #10C77D;
}
</style>