Shades of Mountain Meadow #0DB892
Tints of Mountain Meadow #0DB892
RGB
CMYK
RGB Variations
Color information
#0DB892 (or 0x0DB892) is known color: Mountain Meadow. HEX triplet: 0D, B8 and 92. RGB value is (13,184,146). Sum of RGB (Red+Green+Blue) = 13+184+146=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB892 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB892 is #F2476D. Grayscale: #808080. Windows color (decimal): -15877998 or 9615373. OLE color: 9615373.
HSL color Cylindrical-coordinate representation of color #0DB892: hue angle of 166.67º 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 #0DB892 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 184 | 146 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.28 |
| HSL | 166.67º | 0.87% | 0.39% | - |
| HSV(B) | 166.67º | 0.93% | 0.72% | - |
| XYZ | 22.49 | 36.44 | 33.04 | - |
| YUV | 128.54 | 137.85 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 184 | 146 | 0.93 | 0 | 0.21 | 0.28 | 166.67 | 0.87 | 0.39 |
| Hex | D | B8 | 92 | 5D | 0 | 15 | 1C | A7 | 57 | 27 |
| Octal | 15 | 270 | 222 | 135 | 0 | 25 | 34 | 247 | 127 | 47 |
| Binary | 1101 | 10111000 | 10010010 | 1011101 | 0 | 10101 | 11100 | 10100111 | 1010111 | 100111 |
Color Harmonies of #0DB892
Complementary color
Monochromatic Colors of #0DB892
Black with #0DB892
Text Example
Text Example
White with #0DB892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB892; }
p { color: rgb(13,184,146); }
H1.HeaderClassName
{
color: #0DB892;
}
.AnyTagClassName
{
color: #0DB892;
}
</style>
background-color css
<style>
a { background-color: #0DB892; }
a { background-color: rgb(13,184,146); }
div.DivClassName
{
background-color: #0DB892;
}
.BgClassName
{
background-color: #0DB892;
}
</style>
border-color css
<style>
span { border-color: #0DB892; }
span { border-color: rgb(13,184,146); }
td.TdClassName
{
border-color: #0DB892;
}
.TagClassName
{
border-color: #0DB892;
}
</style>