Shades of Mountain Meadow #0DB67C
Tints of Mountain Meadow #0DB67C
RGB
CMYK
RGB Variations
Color information
#0DB67C (or 0x0DB67C) is known color: Mountain Meadow. HEX triplet: 0D, B6 and 7C. RGB value is (13,182,124). Sum of RGB (Red+Green+Blue) = 13+182+124=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 182 (71.48% from 255 or 57.05% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB67C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB67C is #F24983. Grayscale: #7C7C7C. Windows color (decimal): -15878532 or 8173069. OLE color: 8173069.
HSL color Cylindrical-coordinate representation of color #0DB67C: hue angle of 159.41º 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 #0DB67C is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 182 | 124 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.29 |
| HSL | 159.41º | 0.87% | 0.38% | - |
| HSV(B) | 159.41º | 0.93% | 0.71% | - |
| XYZ | 20.53 | 35 | 24.74 | - |
| YUV | 124.86 | 127.51 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 124 | 0.93 | 0 | 0.32 | 0.29 | 159.41 | 0.87 | 0.38 |
| Hex | D | B6 | 7C | 5D | 0 | 20 | 1D | 9F | 57 | 26 |
| Octal | 15 | 266 | 174 | 135 | 0 | 40 | 35 | 237 | 127 | 46 |
| Binary | 1101 | 10110110 | 1111100 | 1011101 | 0 | 100000 | 11101 | 10011111 | 1010111 | 100110 |
Color Harmonies of #0DB67C
Complementary color
Monochromatic Colors of #0DB67C
Black with #0DB67C
Text Example
Text Example
White with #0DB67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB67C; }
p { color: rgb(13,182,124); }
H1.HeaderClassName
{
color: #0DB67C;
}
.AnyTagClassName
{
color: #0DB67C;
}
</style>
background-color css
<style>
a { background-color: #0DB67C; }
a { background-color: rgb(13,182,124); }
div.DivClassName
{
background-color: #0DB67C;
}
.BgClassName
{
background-color: #0DB67C;
}
</style>
border-color css
<style>
span { border-color: #0DB67C; }
span { border-color: rgb(13,182,124); }
td.TdClassName
{
border-color: #0DB67C;
}
.TagClassName
{
border-color: #0DB67C;
}
</style>