Shades of Mountain Meadow #0DB47F
Tints of Mountain Meadow #0DB47F
RGB
CMYK
RGB Variations
Color information
#0DB47F (or 0x0DB47F) is known color: Mountain Meadow. HEX triplet: 0D, B4 and 7F. RGB value is (13,180,127). Sum of RGB (Red+Green+Blue) = 13+180+127=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB47F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB47F is #F24B80. Grayscale: #7C7C7C. Windows color (decimal): -15879041 or 8369165. OLE color: 8369165.
HSL color Cylindrical-coordinate representation of color #0DB47F: hue angle of 160.96º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB47F is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 127 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.29 |
| HSL | 160.96º | 0.87% | 0.38% | - |
| HSV(B) | 160.96º | 0.93% | 0.71% | - |
| XYZ | 20.32 | 34.26 | 25.62 | - |
| YUV | 124.03 | 129.67 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 127 | 0.93 | 0 | 0.29 | 0.29 | 160.96 | 0.87 | 0.38 |
| Hex | D | B4 | 7F | 5D | 0 | 1D | 1D | A1 | 57 | 26 |
| Octal | 15 | 264 | 177 | 135 | 0 | 35 | 35 | 241 | 127 | 46 |
| Binary | 1101 | 10110100 | 1111111 | 1011101 | 0 | 11101 | 11101 | 10100001 | 1010111 | 100110 |
Color Harmonies of #0DB47F
Complementary color
Monochromatic Colors of #0DB47F
Black with #0DB47F
Text Example
Text Example
White with #0DB47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB47F; }
p { color: rgb(13,180,127); }
H1.HeaderClassName
{
color: #0DB47F;
}
.AnyTagClassName
{
color: #0DB47F;
}
</style>
background-color css
<style>
a { background-color: #0DB47F; }
a { background-color: rgb(13,180,127); }
div.DivClassName
{
background-color: #0DB47F;
}
.BgClassName
{
background-color: #0DB47F;
}
</style>
border-color css
<style>
span { border-color: #0DB47F; }
span { border-color: rgb(13,180,127); }
td.TdClassName
{
border-color: #0DB47F;
}
.TagClassName
{
border-color: #0DB47F;
}
</style>