Shades of Mountain Meadow #0DC072
Tints of Mountain Meadow #0DC072
RGB
CMYK
RGB Variations
Color information
#0DC072 (or 0x0DC072) is known color: Mountain Meadow. HEX triplet: 0D, C0 and 72. RGB value is (13,192,114). Sum of RGB (Red+Green+Blue) = 13+192+114=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC072 is #F23F8D. Grayscale: #818181. Windows color (decimal): -15875982 or 7520269. OLE color: 7520269.
HSL color Cylindrical-coordinate representation of color #0DC072: hue angle of 153.85º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC072 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 192 | 114 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.25 |
| HSL | 153.85º | 0.87% | 0.4% | - |
| HSV(B) | 153.85º | 0.93% | 0.75% | - |
| XYZ | 22.05 | 39 | 22.28 | - |
| YUV | 129.59 | 119.2 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 114 | 0.93 | 0 | 0.41 | 0.25 | 153.85 | 0.87 | 0.4 |
| Hex | D | C0 | 72 | 5D | 0 | 29 | 19 | 9A | 57 | 28 |
| Octal | 15 | 300 | 162 | 135 | 0 | 51 | 31 | 232 | 127 | 50 |
| Binary | 1101 | 11000000 | 1110010 | 1011101 | 0 | 101001 | 11001 | 10011010 | 1010111 | 101000 |
Color Harmonies of #0DC072
Complementary color
Monochromatic Colors of #0DC072
Black with #0DC072
Text Example
Text Example
White with #0DC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC072; }
p { color: rgb(13,192,114); }
H1.HeaderClassName
{
color: #0DC072;
}
.AnyTagClassName
{
color: #0DC072;
}
</style>
background-color css
<style>
a { background-color: #0DC072; }
a { background-color: rgb(13,192,114); }
div.DivClassName
{
background-color: #0DC072;
}
.BgClassName
{
background-color: #0DC072;
}
</style>
border-color css
<style>
span { border-color: #0DC072; }
span { border-color: rgb(13,192,114); }
td.TdClassName
{
border-color: #0DC072;
}
.TagClassName
{
border-color: #0DC072;
}
</style>