Shades of Mountain Meadow #0DB67A
Tints of Mountain Meadow #0DB67A
RGB
CMYK
RGB Variations
Color information
#0DB67A (or 0x0DB67A) is known color: Mountain Meadow. HEX triplet: 0D, B6 and 7A. RGB value is (13,182,122). Sum of RGB (Red+Green+Blue) = 13+182+122=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 182 (71.48% from 255 or 57.41% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB67A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB67A is #F24985. Grayscale: #7C7C7C. Windows color (decimal): -15878534 or 8041997. OLE color: 8041997.
HSL color Cylindrical-coordinate representation of color #0DB67A: hue angle of 158.7º 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 #0DB67A is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 182 | 122 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.29 |
| HSL | 158.7º | 0.87% | 0.38% | - |
| HSV(B) | 158.7º | 0.93% | 0.71% | - |
| XYZ | 20.41 | 34.95 | 24.08 | - |
| YUV | 124.63 | 126.51 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 122 | 0.93 | 0 | 0.33 | 0.29 | 158.7 | 0.87 | 0.38 |
| Hex | D | B6 | 7A | 5D | 0 | 21 | 1D | 9F | 57 | 26 |
| Octal | 15 | 266 | 172 | 135 | 0 | 41 | 35 | 237 | 127 | 46 |
| Binary | 1101 | 10110110 | 1111010 | 1011101 | 0 | 100001 | 11101 | 10011111 | 1010111 | 100110 |
Color Harmonies of #0DB67A
Complementary color
Monochromatic Colors of #0DB67A
Black with #0DB67A
Text Example
Text Example
White with #0DB67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB67A; }
p { color: rgb(13,182,122); }
H1.HeaderClassName
{
color: #0DB67A;
}
.AnyTagClassName
{
color: #0DB67A;
}
</style>
background-color css
<style>
a { background-color: #0DB67A; }
a { background-color: rgb(13,182,122); }
div.DivClassName
{
background-color: #0DB67A;
}
.BgClassName
{
background-color: #0DB67A;
}
</style>
border-color css
<style>
span { border-color: #0DB67A; }
span { border-color: rgb(13,182,122); }
td.TdClassName
{
border-color: #0DB67A;
}
.TagClassName
{
border-color: #0DB67A;
}
</style>