Shades of Mountain Meadow #0DC074
Tints of Mountain Meadow #0DC074
RGB
CMYK
RGB Variations
Color information
#0DC074 (or 0x0DC074) is known color: Mountain Meadow. HEX triplet: 0D, C0 and 74. RGB value is (13,192,116). Sum of RGB (Red+Green+Blue) = 13+192+116=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC074 is #F23F8B. Grayscale: #818181. Windows color (decimal): -15875980 or 7651341. OLE color: 7651341.
HSL color Cylindrical-coordinate representation of color #0DC074: hue angle of 154.53º 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 #0DC074 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 192 | 116 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.25 |
| HSL | 154.53º | 0.87% | 0.4% | - |
| HSV(B) | 154.53º | 0.93% | 0.75% | - |
| XYZ | 22.17 | 39.05 | 22.89 | - |
| YUV | 129.82 | 120.2 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 116 | 0.93 | 0 | 0.40 | 0.25 | 154.53 | 0.87 | 0.4 |
| Hex | D | C0 | 74 | 5D | 0 | 28 | 19 | 9B | 57 | 28 |
| Octal | 15 | 300 | 164 | 135 | 0 | 50 | 31 | 233 | 127 | 50 |
| Binary | 1101 | 11000000 | 1110100 | 1011101 | 0 | 101000 | 11001 | 10011011 | 1010111 | 101000 |
Color Harmonies of #0DC074
Complementary color
Monochromatic Colors of #0DC074
Black with #0DC074
Text Example
Text Example
White with #0DC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC074; }
p { color: rgb(13,192,116); }
H1.HeaderClassName
{
color: #0DC074;
}
.AnyTagClassName
{
color: #0DC074;
}
</style>
background-color css
<style>
a { background-color: #0DC074; }
a { background-color: rgb(13,192,116); }
div.DivClassName
{
background-color: #0DC074;
}
.BgClassName
{
background-color: #0DC074;
}
</style>
border-color css
<style>
span { border-color: #0DC074; }
span { border-color: rgb(13,192,116); }
td.TdClassName
{
border-color: #0DC074;
}
.TagClassName
{
border-color: #0DC074;
}
</style>