Shades of Mountain Meadow #10D175
Tints of Mountain Meadow #10D175
RGB
CMYK
RGB Variations
Color information
#10D175 (or 0x10D175) is known color: Mountain Meadow. HEX triplet: 10, D1 and 75. RGB value is (16,209,117). Sum of RGB (Red+Green+Blue) = 16+209+117=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 209 (82.03% from 255 or 61.11% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 209 - color contains mainly: green. Hex color #10D175 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10D175 is #EF2E8A. Grayscale: #8C8C8C. Windows color (decimal): -15675019 or 7721232. OLE color: 7721232.
HSL color Cylindrical-coordinate representation of color #10D175: hue angle of 151.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 #10D175 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 209 | 117 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.18 |
| HSL | 151.4º | 0.86% | 0.44% | - |
| HSV(B) | 151.4º | 0.92% | 0.82% | - |
| XYZ | 26.23 | 47 | 24.52 | - |
| YUV | 140.81 | 114.56 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 209 | 117 | 0.92 | 0 | 0.44 | 0.18 | 151.4 | 0.86 | 0.44 |
| Hex | 10 | D1 | 75 | 5C | 0 | 2C | 12 | 97 | 56 | 2C |
| Octal | 20 | 321 | 165 | 134 | 0 | 54 | 22 | 227 | 126 | 54 |
| Binary | 10000 | 11010001 | 1110101 | 1011100 | 0 | 101100 | 10010 | 10010111 | 1010110 | 101100 |
Color Harmonies of #10D175
Complementary color
Monochromatic Colors of #10D175
Black with #10D175
Text Example
Text Example
White with #10D175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D175; }
p { color: rgb(16,209,117); }
H1.HeaderClassName
{
color: #10D175;
}
.AnyTagClassName
{
color: #10D175;
}
</style>
background-color css
<style>
a { background-color: #10D175; }
a { background-color: rgb(16,209,117); }
div.DivClassName
{
background-color: #10D175;
}
.BgClassName
{
background-color: #10D175;
}
</style>
border-color css
<style>
span { border-color: #10D175; }
span { border-color: rgb(16,209,117); }
td.TdClassName
{
border-color: #10D175;
}
.TagClassName
{
border-color: #10D175;
}
</style>