Shades of Mountain Meadow #0DBE7B
Tints of Mountain Meadow #0DBE7B
RGB
CMYK
RGB Variations
Color information
#0DBE7B (or 0x0DBE7B) is known color: Mountain Meadow. HEX triplet: 0D, BE and 7B. RGB value is (13,190,123). Sum of RGB (Red+Green+Blue) = 13+190+123=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBE7B is #F24184. Grayscale: #818181. Windows color (decimal): -15876485 or 8109581. OLE color: 8109581.
HSL color Cylindrical-coordinate representation of color #0DBE7B: hue angle of 157.29º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBE7B is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 123 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.25 |
| HSL | 157.29º | 0.87% | 0.4% | - |
| HSV(B) | 157.29º | 0.93% | 0.75% | - |
| XYZ | 22.15 | 38.34 | 24.97 | - |
| YUV | 129.44 | 124.36 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 123 | 0.93 | 0 | 0.35 | 0.25 | 157.29 | 0.87 | 0.4 |
| Hex | D | BE | 7B | 5D | 0 | 23 | 19 | 9D | 57 | 28 |
| Octal | 15 | 276 | 173 | 135 | 0 | 43 | 31 | 235 | 127 | 50 |
| Binary | 1101 | 10111110 | 1111011 | 1011101 | 0 | 100011 | 11001 | 10011101 | 1010111 | 101000 |
Color Harmonies of #0DBE7B
Complementary color
Monochromatic Colors of #0DBE7B
Black with #0DBE7B
Text Example
Text Example
White with #0DBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE7B; }
p { color: rgb(13,190,123); }
H1.HeaderClassName
{
color: #0DBE7B;
}
.AnyTagClassName
{
color: #0DBE7B;
}
</style>
background-color css
<style>
a { background-color: #0DBE7B; }
a { background-color: rgb(13,190,123); }
div.DivClassName
{
background-color: #0DBE7B;
}
.BgClassName
{
background-color: #0DBE7B;
}
</style>
border-color css
<style>
span { border-color: #0DBE7B; }
span { border-color: rgb(13,190,123); }
td.TdClassName
{
border-color: #0DBE7B;
}
.TagClassName
{
border-color: #0DBE7B;
}
</style>