Shades of Mountain Meadow #0DB67F
Tints of Mountain Meadow #0DB67F
RGB
CMYK
RGB Variations
Color information
#0DB67F (or 0x0DB67F) is known color: Mountain Meadow. HEX triplet: 0D, B6 and 7F. RGB value is (13,182,127). Sum of RGB (Red+Green+Blue) = 13+182+127=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB67F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB67F is #F24980. Grayscale: #7D7D7D. Windows color (decimal): -15878529 or 8369677. OLE color: 8369677.
HSL color Cylindrical-coordinate representation of color #0DB67F: hue angle of 160.47º 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 #0DB67F is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 182 | 127 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.29 |
| HSL | 160.47º | 0.87% | 0.38% | - |
| HSV(B) | 160.47º | 0.93% | 0.71% | - |
| XYZ | 20.72 | 35.07 | 25.76 | - |
| YUV | 125.2 | 129.01 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 182 | 127 | 0.93 | 0 | 0.30 | 0.29 | 160.47 | 0.87 | 0.38 |
| Hex | D | B6 | 7F | 5D | 0 | 1E | 1D | A0 | 57 | 26 |
| Octal | 15 | 266 | 177 | 135 | 0 | 36 | 35 | 240 | 127 | 46 |
| Binary | 1101 | 10110110 | 1111111 | 1011101 | 0 | 11110 | 11101 | 10100000 | 1010111 | 100110 |
Color Harmonies of #0DB67F
Complementary color
Monochromatic Colors of #0DB67F
Black with #0DB67F
Text Example
Text Example
White with #0DB67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB67F; }
p { color: rgb(13,182,127); }
H1.HeaderClassName
{
color: #0DB67F;
}
.AnyTagClassName
{
color: #0DB67F;
}
</style>
background-color css
<style>
a { background-color: #0DB67F; }
a { background-color: rgb(13,182,127); }
div.DivClassName
{
background-color: #0DB67F;
}
.BgClassName
{
background-color: #0DB67F;
}
</style>
border-color css
<style>
span { border-color: #0DB67F; }
span { border-color: rgb(13,182,127); }
td.TdClassName
{
border-color: #0DB67F;
}
.TagClassName
{
border-color: #0DB67F;
}
</style>