Shades of Mountain Meadow #0DB27A
Tints of Mountain Meadow #0DB27A
RGB
CMYK
RGB Variations
Color information
#0DB27A (or 0x0DB27A) is known color: Mountain Meadow. HEX triplet: 0D, B2 and 7A. RGB value is (13,178,122). Sum of RGB (Red+Green+Blue) = 13+178+122=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB27A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB27A is #F24D85. Grayscale: #7A7A7A. Windows color (decimal): -15879558 or 8040973. OLE color: 8040973.
HSL color Cylindrical-coordinate representation of color #0DB27A: hue angle of 159.64º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB27A is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 122 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.30 |
| HSL | 159.64º | 0.86% | 0.37% | - |
| HSV(B) | 159.64º | 0.93% | 0.7% | - |
| XYZ | 19.6 | 33.33 | 23.81 | - |
| YUV | 122.28 | 127.84 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 122 | 0.93 | 0 | 0.31 | 0.30 | 159.64 | 0.86 | 0.37 |
| Hex | D | B2 | 7A | 5D | 0 | 1F | 1E | A0 | 56 | 25 |
| Octal | 15 | 262 | 172 | 135 | 0 | 37 | 36 | 240 | 126 | 45 |
| Binary | 1101 | 10110010 | 1111010 | 1011101 | 0 | 11111 | 11110 | 10100000 | 1010110 | 100101 |
Color Harmonies of #0DB27A
Complementary color
Monochromatic Colors of #0DB27A
Black with #0DB27A
Text Example
Text Example
White with #0DB27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB27A; }
p { color: rgb(13,178,122); }
H1.HeaderClassName
{
color: #0DB27A;
}
.AnyTagClassName
{
color: #0DB27A;
}
</style>
background-color css
<style>
a { background-color: #0DB27A; }
a { background-color: rgb(13,178,122); }
div.DivClassName
{
background-color: #0DB27A;
}
.BgClassName
{
background-color: #0DB27A;
}
</style>
border-color css
<style>
span { border-color: #0DB27A; }
span { border-color: rgb(13,178,122); }
td.TdClassName
{
border-color: #0DB27A;
}
.TagClassName
{
border-color: #0DB27A;
}
</style>