Shades of Mountain Meadow #0DB28C
Tints of Mountain Meadow #0DB28C
RGB
CMYK
RGB Variations
Color information
#0DB28C (or 0x0DB28C) is known color: Mountain Meadow. HEX triplet: 0D, B2 and 8C. RGB value is (13,178,140). Sum of RGB (Red+Green+Blue) = 13+178+140=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 178 (69.92% from 255 or 53.78% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB28C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DB28C is #F24D73. Grayscale: #7C7C7C. Windows color (decimal): -15879540 or 9220621. OLE color: 9220621.
HSL color Cylindrical-coordinate representation of color #0DB28C: hue angle of 166.18º 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 #0DB28C is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 140 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.30 |
| HSL | 166.18º | 0.86% | 0.37% | - |
| HSV(B) | 166.18º | 0.93% | 0.7% | - |
| XYZ | 20.82 | 33.82 | 30.24 | - |
| YUV | 124.33 | 136.84 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 140 | 0.93 | 0 | 0.21 | 0.30 | 166.18 | 0.86 | 0.37 |
| Hex | D | B2 | 8C | 5D | 0 | 15 | 1E | A6 | 56 | 25 |
| Octal | 15 | 262 | 214 | 135 | 0 | 25 | 36 | 246 | 126 | 45 |
| Binary | 1101 | 10110010 | 10001100 | 1011101 | 0 | 10101 | 11110 | 10100110 | 1010110 | 100101 |
Color Harmonies of #0DB28C
Complementary color
Monochromatic Colors of #0DB28C
Black with #0DB28C
Text Example
Text Example
White with #0DB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB28C; }
p { color: rgb(13,178,140); }
H1.HeaderClassName
{
color: #0DB28C;
}
.AnyTagClassName
{
color: #0DB28C;
}
</style>
background-color css
<style>
a { background-color: #0DB28C; }
a { background-color: rgb(13,178,140); }
div.DivClassName
{
background-color: #0DB28C;
}
.BgClassName
{
background-color: #0DB28C;
}
</style>
border-color css
<style>
span { border-color: #0DB28C; }
span { border-color: rgb(13,178,140); }
td.TdClassName
{
border-color: #0DB28C;
}
.TagClassName
{
border-color: #0DB28C;
}
</style>