Shades of Mountain Meadow #0DB17F
Tints of Mountain Meadow #0DB17F
RGB
CMYK
RGB Variations
Color information
#0DB17F (or 0x0DB17F) is known color: Mountain Meadow. HEX triplet: 0D, B1 and 7F. RGB value is (13,177,127). Sum of RGB (Red+Green+Blue) = 13+177+127=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #0DB17F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB17F is #F24E80. Grayscale: #7A7A7A. Windows color (decimal): -15879809 or 8368397. OLE color: 8368397.
HSL color Cylindrical-coordinate representation of color #0DB17F: hue angle of 161.71º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB17F is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 177 | 127 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.31 |
| HSL | 161.71º | 0.86% | 0.37% | - |
| HSV(B) | 161.71º | 0.93% | 0.69% | - |
| XYZ | 19.72 | 33.06 | 25.42 | - |
| YUV | 122.26 | 130.67 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 177 | 127 | 0.93 | 0 | 0.28 | 0.31 | 161.71 | 0.86 | 0.37 |
| Hex | D | B1 | 7F | 5D | 0 | 1C | 1F | A2 | 56 | 25 |
| Octal | 15 | 261 | 177 | 135 | 0 | 34 | 37 | 242 | 126 | 45 |
| Binary | 1101 | 10110001 | 1111111 | 1011101 | 0 | 11100 | 11111 | 10100010 | 1010110 | 100101 |
Color Harmonies of #0DB17F
Complementary color
Monochromatic Colors of #0DB17F
Black with #0DB17F
Text Example
Text Example
White with #0DB17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB17F; }
p { color: rgb(13,177,127); }
H1.HeaderClassName
{
color: #0DB17F;
}
.AnyTagClassName
{
color: #0DB17F;
}
</style>
background-color css
<style>
a { background-color: #0DB17F; }
a { background-color: rgb(13,177,127); }
div.DivClassName
{
background-color: #0DB17F;
}
.BgClassName
{
background-color: #0DB17F;
}
</style>
border-color css
<style>
span { border-color: #0DB17F; }
span { border-color: rgb(13,177,127); }
td.TdClassName
{
border-color: #0DB17F;
}
.TagClassName
{
border-color: #0DB17F;
}
</style>