Shades of Mountain Meadow #0DB28D
Tints of Mountain Meadow #0DB28D
RGB
CMYK
RGB Variations
Color information
#0DB28D (or 0x0DB28D) is known color: Mountain Meadow. HEX triplet: 0D, B2 and 8D. RGB value is (13,178,141). Sum of RGB (Red+Green+Blue) = 13+178+141=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB28D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DB28D is #F24D72. Grayscale: #7C7C7C. Windows color (decimal): -15879539 or 9286157. OLE color: 9286157.
HSL color Cylindrical-coordinate representation of color #0DB28D: hue angle of 166.55º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB28D is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 141 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.30 |
| HSL | 166.55º | 0.86% | 0.37% | - |
| HSV(B) | 166.55º | 0.93% | 0.7% | - |
| XYZ | 20.89 | 33.85 | 30.63 | - |
| YUV | 124.45 | 137.34 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 141 | 0.93 | 0 | 0.21 | 0.30 | 166.55 | 0.86 | 0.37 |
| Hex | D | B2 | 8D | 5D | 0 | 15 | 1E | A7 | 56 | 25 |
| Octal | 15 | 262 | 215 | 135 | 0 | 25 | 36 | 247 | 126 | 45 |
| Binary | 1101 | 10110010 | 10001101 | 1011101 | 0 | 10101 | 11110 | 10100111 | 1010110 | 100101 |
Color Harmonies of #0DB28D
Complementary color
Monochromatic Colors of #0DB28D
Black with #0DB28D
Text Example
Text Example
White with #0DB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB28D; }
p { color: rgb(13,178,141); }
H1.HeaderClassName
{
color: #0DB28D;
}
.AnyTagClassName
{
color: #0DB28D;
}
</style>
background-color css
<style>
a { background-color: #0DB28D; }
a { background-color: rgb(13,178,141); }
div.DivClassName
{
background-color: #0DB28D;
}
.BgClassName
{
background-color: #0DB28D;
}
</style>
border-color css
<style>
span { border-color: #0DB28D; }
span { border-color: rgb(13,178,141); }
td.TdClassName
{
border-color: #0DB28D;
}
.TagClassName
{
border-color: #0DB28D;
}
</style>