Shades of Mountain Meadow #0DC472
Tints of Mountain Meadow #0DC472
RGB
CMYK
RGB Variations
Color information
#0DC472 (or 0x0DC472) is known color: Mountain Meadow. HEX triplet: 0D, C4 and 72. RGB value is (13,196,114). Sum of RGB (Red+Green+Blue) = 13+196+114=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 196 (76.95% from 255 or 60.68% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC472 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC472 is #F23B8D. Grayscale: #848484. Windows color (decimal): -15874958 or 7521293. OLE color: 7521293.
HSL color Cylindrical-coordinate representation of color #0DC472: hue angle of 153.11º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC472 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 114 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.23 |
| HSL | 153.11º | 0.88% | 0.41% | - |
| HSV(B) | 153.11º | 0.93% | 0.77% | - |
| XYZ | 22.94 | 40.78 | 22.58 | - |
| YUV | 131.94 | 117.87 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 114 | 0.93 | 0 | 0.42 | 0.23 | 153.11 | 0.88 | 0.41 |
| Hex | D | C4 | 72 | 5D | 0 | 2A | 17 | 99 | 58 | 29 |
| Octal | 15 | 304 | 162 | 135 | 0 | 52 | 27 | 231 | 130 | 51 |
| Binary | 1101 | 11000100 | 1110010 | 1011101 | 0 | 101010 | 10111 | 10011001 | 1011000 | 101001 |
Color Harmonies of #0DC472
Complementary color
Monochromatic Colors of #0DC472
Black with #0DC472
Text Example
Text Example
White with #0DC472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC472; }
p { color: rgb(13,196,114); }
H1.HeaderClassName
{
color: #0DC472;
}
.AnyTagClassName
{
color: #0DC472;
}
</style>
background-color css
<style>
a { background-color: #0DC472; }
a { background-color: rgb(13,196,114); }
div.DivClassName
{
background-color: #0DC472;
}
.BgClassName
{
background-color: #0DC472;
}
</style>
border-color css
<style>
span { border-color: #0DC472; }
span { border-color: rgb(13,196,114); }
td.TdClassName
{
border-color: #0DC472;
}
.TagClassName
{
border-color: #0DC472;
}
</style>