Shades of Mountain Meadow #0DBF84
Tints of Mountain Meadow #0DBF84
RGB
CMYK
RGB Variations
Color information
#0DBF84 (or 0x0DBF84) is known color: Mountain Meadow. HEX triplet: 0D, BF and 84. RGB value is (13,191,132). Sum of RGB (Red+Green+Blue) = 13+191+132=336 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.87% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBF84 is #F2407B. Grayscale: #838383. Windows color (decimal): -15876220 or 8699661. OLE color: 8699661.
HSL color Cylindrical-coordinate representation of color #0DBF84: hue angle of 160.11º 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 #0DBF84 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 132 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.25 |
| HSL | 160.11º | 0.87% | 0.4% | - |
| HSV(B) | 160.11º | 0.93% | 0.75% | - |
| XYZ | 22.96 | 39.01 | 28.15 | - |
| YUV | 131.05 | 128.53 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 132 | 0.93 | 0 | 0.31 | 0.25 | 160.11 | 0.87 | 0.4 |
| Hex | D | BF | 84 | 5D | 0 | 1F | 19 | A0 | 57 | 28 |
| Octal | 15 | 277 | 204 | 135 | 0 | 37 | 31 | 240 | 127 | 50 |
| Binary | 1101 | 10111111 | 10000100 | 1011101 | 0 | 11111 | 11001 | 10100000 | 1010111 | 101000 |
Color Harmonies of #0DBF84
Complementary color
Monochromatic Colors of #0DBF84
Black with #0DBF84
Text Example
Text Example
White with #0DBF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF84; }
p { color: rgb(13,191,132); }
H1.HeaderClassName
{
color: #0DBF84;
}
.AnyTagClassName
{
color: #0DBF84;
}
</style>
background-color css
<style>
a { background-color: #0DBF84; }
a { background-color: rgb(13,191,132); }
div.DivClassName
{
background-color: #0DBF84;
}
.BgClassName
{
background-color: #0DBF84;
}
</style>
border-color css
<style>
span { border-color: #0DBF84; }
span { border-color: rgb(13,191,132); }
td.TdClassName
{
border-color: #0DBF84;
}
.TagClassName
{
border-color: #0DBF84;
}
</style>