Shades of Mountain Meadow #0DD17B
Tints of Mountain Meadow #0DD17B
RGB
CMYK
RGB Variations
Color information
#0DD17B (or 0x0DD17B) is known color: Mountain Meadow. HEX triplet: 0D, D1 and 7B. RGB value is (13,209,123). Sum of RGB (Red+Green+Blue) = 13+209+123=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 209 (82.03% from 255 or 60.58% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD17B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD17B is #F22E84. Grayscale: #8C8C8C. Windows color (decimal): -15871621 or 8114445. OLE color: 8114445.
HSL color Cylindrical-coordinate representation of color #0DD17B: hue angle of 153.67º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD17B is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 209 | 123 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.18 |
| HSL | 153.67º | 0.88% | 0.44% | - |
| HSV(B) | 153.67º | 0.94% | 0.82% | - |
| XYZ | 26.54 | 47.12 | 26.43 | - |
| YUV | 140.59 | 118.07 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 209 | 123 | 0.94 | 0 | 0.41 | 0.18 | 153.67 | 0.88 | 0.44 |
| Hex | D | D1 | 7B | 5E | 0 | 29 | 12 | 9A | 58 | 2C |
| Octal | 15 | 321 | 173 | 136 | 0 | 51 | 22 | 232 | 130 | 54 |
| Binary | 1101 | 11010001 | 1111011 | 1011110 | 0 | 101001 | 10010 | 10011010 | 1011000 | 101100 |
Color Harmonies of #0DD17B
Complementary color
Monochromatic Colors of #0DD17B
Black with #0DD17B
Text Example
Text Example
White with #0DD17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD17B; }
p { color: rgb(13,209,123); }
H1.HeaderClassName
{
color: #0DD17B;
}
.AnyTagClassName
{
color: #0DD17B;
}
</style>
background-color css
<style>
a { background-color: #0DD17B; }
a { background-color: rgb(13,209,123); }
div.DivClassName
{
background-color: #0DD17B;
}
.BgClassName
{
background-color: #0DD17B;
}
</style>
border-color css
<style>
span { border-color: #0DD17B; }
span { border-color: rgb(13,209,123); }
td.TdClassName
{
border-color: #0DD17B;
}
.TagClassName
{
border-color: #0DD17B;
}
</style>