Shades of Mountain Meadow #0DD179
Tints of Mountain Meadow #0DD179
RGB
CMYK
RGB Variations
Color information
#0DD179 (or 0x0DD179) is known color: Mountain Meadow. HEX triplet: 0D, D1 and 79. RGB value is (13,209,121). Sum of RGB (Red+Green+Blue) = 13+209+121=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 209 (82.03% from 255 or 60.93% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD179 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD179 is #F22E86. Grayscale: #8C8C8C. Windows color (decimal): -15871623 or 7983373. OLE color: 7983373.
HSL color Cylindrical-coordinate representation of color #0DD179: hue angle of 153.06º 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 #0DD179 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 209 | 121 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.18 |
| HSL | 153.06º | 0.88% | 0.44% | - |
| HSV(B) | 153.06º | 0.94% | 0.82% | - |
| XYZ | 26.42 | 47.07 | 25.78 | - |
| YUV | 140.36 | 117.07 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 209 | 121 | 0.94 | 0 | 0.42 | 0.18 | 153.06 | 0.88 | 0.44 |
| Hex | D | D1 | 79 | 5E | 0 | 2A | 12 | 99 | 58 | 2C |
| Octal | 15 | 321 | 171 | 136 | 0 | 52 | 22 | 231 | 130 | 54 |
| Binary | 1101 | 11010001 | 1111001 | 1011110 | 0 | 101010 | 10010 | 10011001 | 1011000 | 101100 |
Color Harmonies of #0DD179
Complementary color
Monochromatic Colors of #0DD179
Black with #0DD179
Text Example
Text Example
White with #0DD179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD179; }
p { color: rgb(13,209,121); }
H1.HeaderClassName
{
color: #0DD179;
}
.AnyTagClassName
{
color: #0DD179;
}
</style>
background-color css
<style>
a { background-color: #0DD179; }
a { background-color: rgb(13,209,121); }
div.DivClassName
{
background-color: #0DD179;
}
.BgClassName
{
background-color: #0DD179;
}
</style>
border-color css
<style>
span { border-color: #0DD179; }
span { border-color: rgb(13,209,121); }
td.TdClassName
{
border-color: #0DD179;
}
.TagClassName
{
border-color: #0DD179;
}
</style>