Shades of Mountain Meadow #0DCB7A
Tints of Mountain Meadow #0DCB7A
RGB
CMYK
RGB Variations
Color information
#0DCB7A (or 0x0DCB7A) is known color: Mountain Meadow. HEX triplet: 0D, CB and 7A. RGB value is (13,203,122). Sum of RGB (Red+Green+Blue) = 13+203+122=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 203 (79.69% from 255 or 60.06% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCB7A is #F23485. Grayscale: #898989. Windows color (decimal): -15873158 or 8047373. OLE color: 8047373.
HSL color Cylindrical-coordinate representation of color #0DCB7A: hue angle of 154.42º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCB7A is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 122 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.20 |
| HSL | 154.42º | 0.88% | 0.42% | - |
| HSV(B) | 154.42º | 0.94% | 0.8% | - |
| XYZ | 25.03 | 44.2 | 25.62 | - |
| YUV | 136.96 | 119.55 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 122 | 0.94 | 0 | 0.40 | 0.20 | 154.42 | 0.88 | 0.42 |
| Hex | D | CB | 7A | 5E | 0 | 28 | 14 | 9A | 58 | 2A |
| Octal | 15 | 313 | 172 | 136 | 0 | 50 | 24 | 232 | 130 | 52 |
| Binary | 1101 | 11001011 | 1111010 | 1011110 | 0 | 101000 | 10100 | 10011010 | 1011000 | 101010 |
Color Harmonies of #0DCB7A
Complementary color
Monochromatic Colors of #0DCB7A
Black with #0DCB7A
Text Example
Text Example
White with #0DCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCB7A; }
p { color: rgb(13,203,122); }
H1.HeaderClassName
{
color: #0DCB7A;
}
.AnyTagClassName
{
color: #0DCB7A;
}
</style>
background-color css
<style>
a { background-color: #0DCB7A; }
a { background-color: rgb(13,203,122); }
div.DivClassName
{
background-color: #0DCB7A;
}
.BgClassName
{
background-color: #0DCB7A;
}
</style>
border-color css
<style>
span { border-color: #0DCB7A; }
span { border-color: rgb(13,203,122); }
td.TdClassName
{
border-color: #0DCB7A;
}
.TagClassName
{
border-color: #0DCB7A;
}
</style>