Shades of Mountain Meadow #0DB88A
Tints of Mountain Meadow #0DB88A
RGB
CMYK
RGB Variations
Color information
#0DB88A (or 0x0DB88A) is known color: Mountain Meadow. HEX triplet: 0D, B8 and 8A. RGB value is (13,184,138). Sum of RGB (Red+Green+Blue) = 13+184+138=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 184 (72.27% from 255 or 54.93% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB88A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB88A is #F24775. Grayscale: #7F7F7F. Windows color (decimal): -15878006 or 9091085. OLE color: 9091085.
HSL color Cylindrical-coordinate representation of color #0DB88A: hue angle of 163.86º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB88A is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 138 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.28 |
| HSL | 163.86º | 0.87% | 0.39% | - |
| HSV(B) | 163.86º | 0.93% | 0.72% | - |
| XYZ | 21.89 | 36.2 | 29.88 | - |
| YUV | 127.63 | 133.85 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 138 | 0.93 | 0 | 0.25 | 0.28 | 163.86 | 0.87 | 0.39 |
| Hex | D | B8 | 8A | 5D | 0 | 19 | 1C | A4 | 57 | 27 |
| Octal | 15 | 270 | 212 | 135 | 0 | 31 | 34 | 244 | 127 | 47 |
| Binary | 1101 | 10111000 | 10001010 | 1011101 | 0 | 11001 | 11100 | 10100100 | 1010111 | 100111 |
Color Harmonies of #0DB88A
Complementary color
Monochromatic Colors of #0DB88A
Black with #0DB88A
Text Example
Text Example
White with #0DB88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB88A; }
p { color: rgb(13,184,138); }
H1.HeaderClassName
{
color: #0DB88A;
}
.AnyTagClassName
{
color: #0DB88A;
}
</style>
background-color css
<style>
a { background-color: #0DB88A; }
a { background-color: rgb(13,184,138); }
div.DivClassName
{
background-color: #0DB88A;
}
.BgClassName
{
background-color: #0DB88A;
}
</style>
border-color css
<style>
span { border-color: #0DB88A; }
span { border-color: rgb(13,184,138); }
td.TdClassName
{
border-color: #0DB88A;
}
.TagClassName
{
border-color: #0DB88A;
}
</style>