Shades of Mountain Meadow #10D779
Tints of Mountain Meadow #10D779
RGB
CMYK
RGB Variations
Color information
#10D779 (or 0x10D779) is known color: Mountain Meadow. HEX triplet: 10, D7 and 79. RGB value is (16,215,121). Sum of RGB (Red+Green+Blue) = 16+215+121=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 215 (84.38% from 255 or 61.08% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 215 - color contains mainly: green. Hex color #10D779 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D779 is #EF2886. Grayscale: #909090. Windows color (decimal): -15673479 or 7984912. OLE color: 7984912.
HSL color Cylindrical-coordinate representation of color #10D779: hue angle of 151.66º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D779 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 215 | 121 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.16 |
| HSL | 151.66º | 0.86% | 0.45% | - |
| HSV(B) | 151.66º | 0.93% | 0.84% | - |
| XYZ | 27.97 | 50.09 | 26.28 | - |
| YUV | 144.78 | 114.57 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 215 | 121 | 0.93 | 0 | 0.44 | 0.16 | 151.66 | 0.86 | 0.45 |
| Hex | 10 | D7 | 79 | 5D | 0 | 2C | 10 | 98 | 56 | 2D |
| Octal | 20 | 327 | 171 | 135 | 0 | 54 | 20 | 230 | 126 | 55 |
| Binary | 10000 | 11010111 | 1111001 | 1011101 | 0 | 101100 | 10000 | 10011000 | 1010110 | 101101 |
Color Harmonies of #10D779
Complementary color
Monochromatic Colors of #10D779
Black with #10D779
Text Example
Text Example
White with #10D779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D779; }
p { color: rgb(16,215,121); }
H1.HeaderClassName
{
color: #10D779;
}
.AnyTagClassName
{
color: #10D779;
}
</style>
background-color css
<style>
a { background-color: #10D779; }
a { background-color: rgb(16,215,121); }
div.DivClassName
{
background-color: #10D779;
}
.BgClassName
{
background-color: #10D779;
}
</style>
border-color css
<style>
span { border-color: #10D779; }
span { border-color: rgb(16,215,121); }
td.TdClassName
{
border-color: #10D779;
}
.TagClassName
{
border-color: #10D779;
}
</style>