Shades of Mountain Meadow #0DBC7B
Tints of Mountain Meadow #0DBC7B
RGB
CMYK
RGB Variations
Color information
#0DBC7B (or 0x0DBC7B) is known color: Mountain Meadow. HEX triplet: 0D, BC and 7B. RGB value is (13,188,123). Sum of RGB (Red+Green+Blue) = 13+188+123=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBC7B is #F24384. Grayscale: #808080. Windows color (decimal): -15876997 or 8109069. OLE color: 8109069.
HSL color Cylindrical-coordinate representation of color #0DBC7B: hue angle of 157.71º 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 #0DBC7B is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 123 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.26 |
| HSL | 157.71º | 0.87% | 0.39% | - |
| HSV(B) | 157.71º | 0.93% | 0.74% | - |
| XYZ | 21.72 | 37.48 | 24.83 | - |
| YUV | 128.27 | 125.02 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 123 | 0.93 | 0 | 0.35 | 0.26 | 157.71 | 0.87 | 0.39 |
| Hex | D | BC | 7B | 5D | 0 | 23 | 1A | 9E | 57 | 27 |
| Octal | 15 | 274 | 173 | 135 | 0 | 43 | 32 | 236 | 127 | 47 |
| Binary | 1101 | 10111100 | 1111011 | 1011101 | 0 | 100011 | 11010 | 10011110 | 1010111 | 100111 |
Color Harmonies of #0DBC7B
Complementary color
Monochromatic Colors of #0DBC7B
Black with #0DBC7B
Text Example
Text Example
White with #0DBC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC7B; }
p { color: rgb(13,188,123); }
H1.HeaderClassName
{
color: #0DBC7B;
}
.AnyTagClassName
{
color: #0DBC7B;
}
</style>
background-color css
<style>
a { background-color: #0DBC7B; }
a { background-color: rgb(13,188,123); }
div.DivClassName
{
background-color: #0DBC7B;
}
.BgClassName
{
background-color: #0DBC7B;
}
</style>
border-color css
<style>
span { border-color: #0DBC7B; }
span { border-color: rgb(13,188,123); }
td.TdClassName
{
border-color: #0DBC7B;
}
.TagClassName
{
border-color: #0DBC7B;
}
</style>