Shades of Mountain Meadow #0DC972
Tints of Mountain Meadow #0DC972
RGB
CMYK
RGB Variations
Color information
#0DC972 (or 0x0DC972) is known color: Mountain Meadow. HEX triplet: 0D, C9 and 72. RGB value is (13,201,114). Sum of RGB (Red+Green+Blue) = 13+201+114=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 201 (78.91% from 255 or 61.28% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC972 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC972 is #F2368D. Grayscale: #878787. Windows color (decimal): -15873678 or 7522573. OLE color: 7522573.
HSL color Cylindrical-coordinate representation of color #0DC972: hue angle of 152.23º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC972 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 114 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.21 |
| HSL | 152.23º | 0.88% | 0.42% | - |
| HSV(B) | 152.23º | 0.94% | 0.79% | - |
| XYZ | 24.09 | 43.07 | 22.96 | - |
| YUV | 134.87 | 116.22 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 114 | 0.94 | 0 | 0.43 | 0.21 | 152.23 | 0.88 | 0.42 |
| Hex | D | C9 | 72 | 5E | 0 | 2B | 15 | 98 | 58 | 2A |
| Octal | 15 | 311 | 162 | 136 | 0 | 53 | 25 | 230 | 130 | 52 |
| Binary | 1101 | 11001001 | 1110010 | 1011110 | 0 | 101011 | 10101 | 10011000 | 1011000 | 101010 |
Color Harmonies of #0DC972
Complementary color
Monochromatic Colors of #0DC972
Black with #0DC972
Text Example
Text Example
White with #0DC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC972; }
p { color: rgb(13,201,114); }
H1.HeaderClassName
{
color: #0DC972;
}
.AnyTagClassName
{
color: #0DC972;
}
</style>
background-color css
<style>
a { background-color: #0DC972; }
a { background-color: rgb(13,201,114); }
div.DivClassName
{
background-color: #0DC972;
}
.BgClassName
{
background-color: #0DC972;
}
</style>
border-color css
<style>
span { border-color: #0DC972; }
span { border-color: rgb(13,201,114); }
td.TdClassName
{
border-color: #0DC972;
}
.TagClassName
{
border-color: #0DC972;
}
</style>