Shades of Mountain Meadow #0DBE7F
Tints of Mountain Meadow #0DBE7F
RGB
CMYK
RGB Variations
Color information
#0DBE7F (or 0x0DBE7F) is known color: Mountain Meadow. HEX triplet: 0D, BE and 7F. RGB value is (13,190,127). Sum of RGB (Red+Green+Blue) = 13+190+127=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBE7F is #F24180. Grayscale: #818181. Windows color (decimal): -15876481 or 8371725. OLE color: 8371725.
HSL color Cylindrical-coordinate representation of color #0DBE7F: hue angle of 158.64º 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 #0DBE7F is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 127 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.25 |
| HSL | 158.64º | 0.87% | 0.4% | - |
| HSV(B) | 158.64º | 0.93% | 0.75% | - |
| XYZ | 22.41 | 38.44 | 26.32 | - |
| YUV | 129.9 | 126.36 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 127 | 0.93 | 0 | 0.33 | 0.25 | 158.64 | 0.87 | 0.4 |
| Hex | D | BE | 7F | 5D | 0 | 21 | 19 | 9F | 57 | 28 |
| Octal | 15 | 276 | 177 | 135 | 0 | 41 | 31 | 237 | 127 | 50 |
| Binary | 1101 | 10111110 | 1111111 | 1011101 | 0 | 100001 | 11001 | 10011111 | 1010111 | 101000 |
Color Harmonies of #0DBE7F
Complementary color
Monochromatic Colors of #0DBE7F
Black with #0DBE7F
Text Example
Text Example
White with #0DBE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE7F; }
p { color: rgb(13,190,127); }
H1.HeaderClassName
{
color: #0DBE7F;
}
.AnyTagClassName
{
color: #0DBE7F;
}
</style>
background-color css
<style>
a { background-color: #0DBE7F; }
a { background-color: rgb(13,190,127); }
div.DivClassName
{
background-color: #0DBE7F;
}
.BgClassName
{
background-color: #0DBE7F;
}
</style>
border-color css
<style>
span { border-color: #0DBE7F; }
span { border-color: rgb(13,190,127); }
td.TdClassName
{
border-color: #0DBE7F;
}
.TagClassName
{
border-color: #0DBE7F;
}
</style>