Shades of Mountain Meadow #10D27E
Tints of Mountain Meadow #10D27E
RGB
CMYK
RGB Variations
Color information
#10D27E (or 0x10D27E) is known color: Mountain Meadow. HEX triplet: 10, D2 and 7E. RGB value is (16,210,126). Sum of RGB (Red+Green+Blue) = 16+210+126=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #10D27E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D27E is #EF2D81. Grayscale: #8E8E8E. Windows color (decimal): -15674754 or 8311312. OLE color: 8311312.
HSL color Cylindrical-coordinate representation of color #10D27E: hue angle of 154.02º 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 #10D27E is Cyan = 0.92, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 126 | - |
| CMYK | 0.92 | 0 | 0.4 | 0.18 |
| HSL | 154.02º | 0.86% | 0.44% | - |
| HSV(B) | 154.02º | 0.92% | 0.82% | - |
| XYZ | 27.03 | 47.71 | 27.52 | - |
| YUV | 142.42 | 118.73 | 37.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 126 | 0.92 | 0 | 0.4 | 0.18 | 154.02 | 0.86 | 0.44 |
| Hex | 10 | D2 | 7E | 5C | 0 | 28 | 12 | 9A | 56 | 2C |
| Octal | 20 | 322 | 176 | 134 | 0 | 50 | 22 | 232 | 126 | 54 |
| Binary | 10000 | 11010010 | 1111110 | 1011100 | 0 | 101000 | 10010 | 10011010 | 1010110 | 101100 |
Color Harmonies of #10D27E
Complementary color
Monochromatic Colors of #10D27E
Black with #10D27E
Text Example
Text Example
White with #10D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D27E; }
p { color: rgb(16,210,126); }
H1.HeaderClassName
{
color: #10D27E;
}
.AnyTagClassName
{
color: #10D27E;
}
</style>
background-color css
<style>
a { background-color: #10D27E; }
a { background-color: rgb(16,210,126); }
div.DivClassName
{
background-color: #10D27E;
}
.BgClassName
{
background-color: #10D27E;
}
</style>
border-color css
<style>
span { border-color: #10D27E; }
span { border-color: rgb(16,210,126); }
td.TdClassName
{
border-color: #10D27E;
}
.TagClassName
{
border-color: #10D27E;
}
</style>