Shades of Mountain Meadow #0DBC80
Tints of Mountain Meadow #0DBC80
RGB
CMYK
RGB Variations
Color information
#0DBC80 (or 0x0DBC80) is known color: Mountain Meadow. HEX triplet: 0D, BC and 80. RGB value is (13,188,128). Sum of RGB (Red+Green+Blue) = 13+188+128=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBC80 is #F2437F. Grayscale: #808080. Windows color (decimal): -15876992 or 8436749. OLE color: 8436749.
HSL color Cylindrical-coordinate representation of color #0DBC80: hue angle of 159.43º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBC80 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 128 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.26 |
| HSL | 159.43º | 0.87% | 0.39% | - |
| HSV(B) | 159.43º | 0.93% | 0.74% | - |
| XYZ | 22.05 | 37.61 | 26.52 | - |
| YUV | 128.84 | 127.52 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 128 | 0.93 | 0 | 0.32 | 0.26 | 159.43 | 0.87 | 0.39 |
| Hex | D | BC | 80 | 5D | 0 | 20 | 1A | 9F | 57 | 27 |
| Octal | 15 | 274 | 200 | 135 | 0 | 40 | 32 | 237 | 127 | 47 |
| Binary | 1101 | 10111100 | 10000000 | 1011101 | 0 | 100000 | 11010 | 10011111 | 1010111 | 100111 |
Color Harmonies of #0DBC80
Complementary color
Monochromatic Colors of #0DBC80
Black with #0DBC80
Text Example
Text Example
White with #0DBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC80; }
p { color: rgb(13,188,128); }
H1.HeaderClassName
{
color: #0DBC80;
}
.AnyTagClassName
{
color: #0DBC80;
}
</style>
background-color css
<style>
a { background-color: #0DBC80; }
a { background-color: rgb(13,188,128); }
div.DivClassName
{
background-color: #0DBC80;
}
.BgClassName
{
background-color: #0DBC80;
}
</style>
border-color css
<style>
span { border-color: #0DBC80; }
span { border-color: rgb(13,188,128); }
td.TdClassName
{
border-color: #0DBC80;
}
.TagClassName
{
border-color: #0DBC80;
}
</style>