Shades of Mountain Meadow #10D277
Tints of Mountain Meadow #10D277
RGB
CMYK
RGB Variations
Color information
#10D277 (or 0x10D277) is known color: Mountain Meadow. HEX triplet: 10, D2 and 77. RGB value is (16,210,119). Sum of RGB (Red+Green+Blue) = 16+210+119=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #10D277 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D277 is #EF2D88. Grayscale: #8D8D8D. Windows color (decimal): -15674761 or 7852560. OLE color: 7852560.
HSL color Cylindrical-coordinate representation of color #10D277: hue angle of 151.86º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D277 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 119 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.18 |
| HSL | 151.86º | 0.86% | 0.44% | - |
| HSV(B) | 151.86º | 0.92% | 0.82% | - |
| XYZ | 26.59 | 47.54 | 25.23 | - |
| YUV | 141.62 | 115.23 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 119 | 0.92 | 0 | 0.43 | 0.18 | 151.86 | 0.86 | 0.44 |
| Hex | 10 | D2 | 77 | 5C | 0 | 2B | 12 | 98 | 56 | 2C |
| Octal | 20 | 322 | 167 | 134 | 0 | 53 | 22 | 230 | 126 | 54 |
| Binary | 10000 | 11010010 | 1110111 | 1011100 | 0 | 101011 | 10010 | 10011000 | 1010110 | 101100 |
Color Harmonies of #10D277
Complementary color
Monochromatic Colors of #10D277
Black with #10D277
Text Example
Text Example
White with #10D277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D277; }
p { color: rgb(16,210,119); }
H1.HeaderClassName
{
color: #10D277;
}
.AnyTagClassName
{
color: #10D277;
}
</style>
background-color css
<style>
a { background-color: #10D277; }
a { background-color: rgb(16,210,119); }
div.DivClassName
{
background-color: #10D277;
}
.BgClassName
{
background-color: #10D277;
}
</style>
border-color css
<style>
span { border-color: #10D277; }
span { border-color: rgb(16,210,119); }
td.TdClassName
{
border-color: #10D277;
}
.TagClassName
{
border-color: #10D277;
}
</style>