Shades of Mountain Meadow #10D27C
Tints of Mountain Meadow #10D27C
RGB
CMYK
RGB Variations
Color information
#10D27C (or 0x10D27C) is known color: Mountain Meadow. HEX triplet: 10, D2 and 7C. RGB value is (16,210,124). Sum of RGB (Red+Green+Blue) = 16+210+124=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #10D27C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D27C is #EF2D83. Grayscale: #8E8E8E. Windows color (decimal): -15674756 or 8180240. OLE color: 8180240.
HSL color Cylindrical-coordinate representation of color #10D27C: hue angle of 153.4º 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 #10D27C is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 124 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.18 |
| HSL | 153.4º | 0.86% | 0.44% | - |
| HSV(B) | 153.4º | 0.92% | 0.82% | - |
| XYZ | 26.9 | 47.66 | 26.85 | - |
| YUV | 142.19 | 117.73 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 124 | 0.92 | 0 | 0.41 | 0.18 | 153.4 | 0.86 | 0.44 |
| Hex | 10 | D2 | 7C | 5C | 0 | 29 | 12 | 99 | 56 | 2C |
| Octal | 20 | 322 | 174 | 134 | 0 | 51 | 22 | 231 | 126 | 54 |
| Binary | 10000 | 11010010 | 1111100 | 1011100 | 0 | 101001 | 10010 | 10011001 | 1010110 | 101100 |
Color Harmonies of #10D27C
Complementary color
Monochromatic Colors of #10D27C
Black with #10D27C
Text Example
Text Example
White with #10D27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D27C; }
p { color: rgb(16,210,124); }
H1.HeaderClassName
{
color: #10D27C;
}
.AnyTagClassName
{
color: #10D27C;
}
</style>
background-color css
<style>
a { background-color: #10D27C; }
a { background-color: rgb(16,210,124); }
div.DivClassName
{
background-color: #10D27C;
}
.BgClassName
{
background-color: #10D27C;
}
</style>
border-color css
<style>
span { border-color: #10D27C; }
span { border-color: rgb(16,210,124); }
td.TdClassName
{
border-color: #10D27C;
}
.TagClassName
{
border-color: #10D27C;
}
</style>