Shades of Mountain Meadow #0DB98A
Tints of Mountain Meadow #0DB98A
RGB
CMYK
RGB Variations
Color information
#0DB98A (or 0x0DB98A) is known color: Mountain Meadow. HEX triplet: 0D, B9 and 8A. RGB value is (13,185,138). Sum of RGB (Red+Green+Blue) = 13+185+138=336 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.87% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB98A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB98A is #F24675. Grayscale: #808080. Windows color (decimal): -15877750 or 9091341. OLE color: 9091341.
HSL color Cylindrical-coordinate representation of color #0DB98A: hue angle of 163.6º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB98A is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 185 | 138 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.27 |
| HSL | 163.6º | 0.87% | 0.39% | - |
| HSV(B) | 163.6º | 0.93% | 0.73% | - |
| XYZ | 22.1 | 36.62 | 29.95 | - |
| YUV | 128.21 | 133.52 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 138 | 0.93 | 0 | 0.25 | 0.27 | 163.6 | 0.87 | 0.39 |
| Hex | D | B9 | 8A | 5D | 0 | 19 | 1B | A4 | 57 | 27 |
| Octal | 15 | 271 | 212 | 135 | 0 | 31 | 33 | 244 | 127 | 47 |
| Binary | 1101 | 10111001 | 10001010 | 1011101 | 0 | 11001 | 11011 | 10100100 | 1010111 | 100111 |
Color Harmonies of #0DB98A
Complementary color
Monochromatic Colors of #0DB98A
Black with #0DB98A
Text Example
Text Example
White with #0DB98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB98A; }
p { color: rgb(13,185,138); }
H1.HeaderClassName
{
color: #0DB98A;
}
.AnyTagClassName
{
color: #0DB98A;
}
</style>
background-color css
<style>
a { background-color: #0DB98A; }
a { background-color: rgb(13,185,138); }
div.DivClassName
{
background-color: #0DB98A;
}
.BgClassName
{
background-color: #0DB98A;
}
</style>
border-color css
<style>
span { border-color: #0DB98A; }
span { border-color: rgb(13,185,138); }
td.TdClassName
{
border-color: #0DB98A;
}
.TagClassName
{
border-color: #0DB98A;
}
</style>