Shades of Mountain Meadow #0DB479
Tints of Mountain Meadow #0DB479
RGB
CMYK
RGB Variations
Color information
#0DB479 (or 0x0DB479) is known color: Mountain Meadow. HEX triplet: 0D, B4 and 79. RGB value is (13,180,121). Sum of RGB (Red+Green+Blue) = 13+180+121=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB479 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB479 is #F24B86. Grayscale: #7B7B7B. Windows color (decimal): -15879047 or 7975949. OLE color: 7975949.
HSL color Cylindrical-coordinate representation of color #0DB479: hue angle of 158.8º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB479 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 121 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.29 |
| HSL | 158.8º | 0.87% | 0.38% | - |
| HSV(B) | 158.8º | 0.93% | 0.71% | - |
| XYZ | 19.94 | 34.11 | 23.62 | - |
| YUV | 123.34 | 126.67 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 121 | 0.93 | 0 | 0.33 | 0.29 | 158.8 | 0.87 | 0.38 |
| Hex | D | B4 | 79 | 5D | 0 | 21 | 1D | 9F | 57 | 26 |
| Octal | 15 | 264 | 171 | 135 | 0 | 41 | 35 | 237 | 127 | 46 |
| Binary | 1101 | 10110100 | 1111001 | 1011101 | 0 | 100001 | 11101 | 10011111 | 1010111 | 100110 |
Color Harmonies of #0DB479
Complementary color
Monochromatic Colors of #0DB479
Black with #0DB479
Text Example
Text Example
White with #0DB479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB479; }
p { color: rgb(13,180,121); }
H1.HeaderClassName
{
color: #0DB479;
}
.AnyTagClassName
{
color: #0DB479;
}
</style>
background-color css
<style>
a { background-color: #0DB479; }
a { background-color: rgb(13,180,121); }
div.DivClassName
{
background-color: #0DB479;
}
.BgClassName
{
background-color: #0DB479;
}
</style>
border-color css
<style>
span { border-color: #0DB479; }
span { border-color: rgb(13,180,121); }
td.TdClassName
{
border-color: #0DB479;
}
.TagClassName
{
border-color: #0DB479;
}
</style>