Shades of Mountain Meadow #0DBF87
Tints of Mountain Meadow #0DBF87
RGB
CMYK
RGB Variations
Color information
#0DBF87 (or 0x0DBF87) is known color: Mountain Meadow. HEX triplet: 0D, BF and 87. RGB value is (13,191,135). Sum of RGB (Red+Green+Blue) = 13+191+135=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBF87 is #F24078. Grayscale: #838383. Windows color (decimal): -15876217 or 8896269. OLE color: 8896269.
HSL color Cylindrical-coordinate representation of color #0DBF87: hue angle of 161.12º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBF87 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 135 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.25 |
| HSL | 161.12º | 0.87% | 0.4% | - |
| HSV(B) | 161.12º | 0.93% | 0.75% | - |
| XYZ | 23.17 | 39.1 | 29.25 | - |
| YUV | 131.39 | 130.03 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 135 | 0.93 | 0 | 0.29 | 0.25 | 161.12 | 0.87 | 0.4 |
| Hex | D | BF | 87 | 5D | 0 | 1D | 19 | A1 | 57 | 28 |
| Octal | 15 | 277 | 207 | 135 | 0 | 35 | 31 | 241 | 127 | 50 |
| Binary | 1101 | 10111111 | 10000111 | 1011101 | 0 | 11101 | 11001 | 10100001 | 1010111 | 101000 |
Color Harmonies of #0DBF87
Complementary color
Monochromatic Colors of #0DBF87
Black with #0DBF87
Text Example
Text Example
White with #0DBF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF87; }
p { color: rgb(13,191,135); }
H1.HeaderClassName
{
color: #0DBF87;
}
.AnyTagClassName
{
color: #0DBF87;
}
</style>
background-color css
<style>
a { background-color: #0DBF87; }
a { background-color: rgb(13,191,135); }
div.DivClassName
{
background-color: #0DBF87;
}
.BgClassName
{
background-color: #0DBF87;
}
</style>
border-color css
<style>
span { border-color: #0DBF87; }
span { border-color: rgb(13,191,135); }
td.TdClassName
{
border-color: #0DBF87;
}
.TagClassName
{
border-color: #0DBF87;
}
</style>