Shades of Mountain Meadow #0DB378
Tints of Mountain Meadow #0DB378
RGB
CMYK
RGB Variations
Color information
#0DB378 (or 0x0DB378) is known color: Mountain Meadow. HEX triplet: 0D, B3 and 78. RGB value is (13,179,120). Sum of RGB (Red+Green+Blue) = 13+179+120=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 179 (70.31% from 255 or 57.37% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 179 - color contains mainly: green. Hex color #0DB378 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB378 is #F24C87. Grayscale: #7A7A7A. Windows color (decimal): -15879304 or 7910157. OLE color: 7910157.
HSL color Cylindrical-coordinate representation of color #0DB378: hue angle of 158.67º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB378 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 179 | 120 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.30 |
| HSL | 158.67º | 0.86% | 0.38% | - |
| HSV(B) | 158.67º | 0.93% | 0.7% | - |
| XYZ | 19.68 | 33.68 | 23.23 | - |
| YUV | 122.64 | 126.5 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 179 | 120 | 0.93 | 0 | 0.33 | 0.30 | 158.67 | 0.86 | 0.38 |
| Hex | D | B3 | 78 | 5D | 0 | 21 | 1E | 9F | 56 | 26 |
| Octal | 15 | 263 | 170 | 135 | 0 | 41 | 36 | 237 | 126 | 46 |
| Binary | 1101 | 10110011 | 1111000 | 1011101 | 0 | 100001 | 11110 | 10011111 | 1010110 | 100110 |
Color Harmonies of #0DB378
Complementary color
Monochromatic Colors of #0DB378
Black with #0DB378
Text Example
Text Example
White with #0DB378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB378; }
p { color: rgb(13,179,120); }
H1.HeaderClassName
{
color: #0DB378;
}
.AnyTagClassName
{
color: #0DB378;
}
</style>
background-color css
<style>
a { background-color: #0DB378; }
a { background-color: rgb(13,179,120); }
div.DivClassName
{
background-color: #0DB378;
}
.BgClassName
{
background-color: #0DB378;
}
</style>
border-color css
<style>
span { border-color: #0DB378; }
span { border-color: rgb(13,179,120); }
td.TdClassName
{
border-color: #0DB378;
}
.TagClassName
{
border-color: #0DB378;
}
</style>