Shades of Mountain Meadow #0DC672
Tints of Mountain Meadow #0DC672
RGB
CMYK
RGB Variations
Color information
#0DC672 (or 0x0DC672) is known color: Mountain Meadow. HEX triplet: 0D, C6 and 72. RGB value is (13,198,114). Sum of RGB (Red+Green+Blue) = 13+198+114=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC672 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC672 is #F2398D. Grayscale: #858585. Windows color (decimal): -15874446 or 7521805. OLE color: 7521805.
HSL color Cylindrical-coordinate representation of color #0DC672: hue angle of 152.76º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC672 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 114 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.22 |
| HSL | 152.76º | 0.88% | 0.41% | - |
| HSV(B) | 152.76º | 0.93% | 0.78% | - |
| XYZ | 23.4 | 41.69 | 22.73 | - |
| YUV | 133.11 | 117.21 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 114 | 0.93 | 0 | 0.42 | 0.22 | 152.76 | 0.88 | 0.41 |
| Hex | D | C6 | 72 | 5D | 0 | 2A | 16 | 99 | 58 | 29 |
| Octal | 15 | 306 | 162 | 135 | 0 | 52 | 26 | 231 | 130 | 51 |
| Binary | 1101 | 11000110 | 1110010 | 1011101 | 0 | 101010 | 10110 | 10011001 | 1011000 | 101001 |
Color Harmonies of #0DC672
Complementary color
Monochromatic Colors of #0DC672
Black with #0DC672
Text Example
Text Example
White with #0DC672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC672; }
p { color: rgb(13,198,114); }
H1.HeaderClassName
{
color: #0DC672;
}
.AnyTagClassName
{
color: #0DC672;
}
</style>
background-color css
<style>
a { background-color: #0DC672; }
a { background-color: rgb(13,198,114); }
div.DivClassName
{
background-color: #0DC672;
}
.BgClassName
{
background-color: #0DC672;
}
</style>
border-color css
<style>
span { border-color: #0DC672; }
span { border-color: rgb(13,198,114); }
td.TdClassName
{
border-color: #0DC672;
}
.TagClassName
{
border-color: #0DC672;
}
</style>