Shades of Mountain Meadow #0DB88F
Tints of Mountain Meadow #0DB88F
RGB
CMYK
RGB Variations
Color information
#0DB88F (or 0x0DB88F) is known color: Mountain Meadow. HEX triplet: 0D, B8 and 8F. RGB value is (13,184,143). Sum of RGB (Red+Green+Blue) = 13+184+143=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB88F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB88F is #F24770. Grayscale: #808080. Windows color (decimal): -15878001 or 9418765. OLE color: 9418765.
HSL color Cylindrical-coordinate representation of color #0DB88F: hue angle of 165.61º 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 #0DB88F is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 143 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.28 |
| HSL | 165.61º | 0.87% | 0.39% | - |
| HSV(B) | 165.61º | 0.93% | 0.72% | - |
| XYZ | 22.26 | 36.35 | 31.83 | - |
| YUV | 128.2 | 136.35 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 143 | 0.93 | 0 | 0.22 | 0.28 | 165.61 | 0.87 | 0.39 |
| Hex | D | B8 | 8F | 5D | 0 | 16 | 1C | A6 | 57 | 27 |
| Octal | 15 | 270 | 217 | 135 | 0 | 26 | 34 | 246 | 127 | 47 |
| Binary | 1101 | 10111000 | 10001111 | 1011101 | 0 | 10110 | 11100 | 10100110 | 1010111 | 100111 |
Color Harmonies of #0DB88F
Complementary color
Monochromatic Colors of #0DB88F
Black with #0DB88F
Text Example
Text Example
White with #0DB88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB88F; }
p { color: rgb(13,184,143); }
H1.HeaderClassName
{
color: #0DB88F;
}
.AnyTagClassName
{
color: #0DB88F;
}
</style>
background-color css
<style>
a { background-color: #0DB88F; }
a { background-color: rgb(13,184,143); }
div.DivClassName
{
background-color: #0DB88F;
}
.BgClassName
{
background-color: #0DB88F;
}
</style>
border-color css
<style>
span { border-color: #0DB88F; }
span { border-color: rgb(13,184,143); }
td.TdClassName
{
border-color: #0DB88F;
}
.TagClassName
{
border-color: #0DB88F;
}
</style>