Shades of Mountain Meadow #0DB17D
Tints of Mountain Meadow #0DB17D
RGB
CMYK
RGB Variations
Color information
#0DB17D (or 0x0DB17D) is known color: Mountain Meadow. HEX triplet: 0D, B1 and 7D. RGB value is (13,177,125). Sum of RGB (Red+Green+Blue) = 13+177+125=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #0DB17D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB17D is #F24E82. Grayscale: #7A7A7A. Windows color (decimal): -15879811 or 8237325. OLE color: 8237325.
HSL color Cylindrical-coordinate representation of color #0DB17D: hue angle of 160.98º 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 #0DB17D is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 177 | 125 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.31 |
| HSL | 160.98º | 0.86% | 0.37% | - |
| HSV(B) | 160.98º | 0.93% | 0.69% | - |
| XYZ | 19.59 | 33.01 | 24.74 | - |
| YUV | 122.04 | 129.67 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 177 | 125 | 0.93 | 0 | 0.29 | 0.31 | 160.98 | 0.86 | 0.37 |
| Hex | D | B1 | 7D | 5D | 0 | 1D | 1F | A1 | 56 | 25 |
| Octal | 15 | 261 | 175 | 135 | 0 | 35 | 37 | 241 | 126 | 45 |
| Binary | 1101 | 10110001 | 1111101 | 1011101 | 0 | 11101 | 11111 | 10100001 | 1010110 | 100101 |
Color Harmonies of #0DB17D
Complementary color
Monochromatic Colors of #0DB17D
Black with #0DB17D
Text Example
Text Example
White with #0DB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB17D; }
p { color: rgb(13,177,125); }
H1.HeaderClassName
{
color: #0DB17D;
}
.AnyTagClassName
{
color: #0DB17D;
}
</style>
background-color css
<style>
a { background-color: #0DB17D; }
a { background-color: rgb(13,177,125); }
div.DivClassName
{
background-color: #0DB17D;
}
.BgClassName
{
background-color: #0DB17D;
}
</style>
border-color css
<style>
span { border-color: #0DB17D; }
span { border-color: rgb(13,177,125); }
td.TdClassName
{
border-color: #0DB17D;
}
.TagClassName
{
border-color: #0DB17D;
}
</style>