Shades of Mountain Meadow #0DC379
Tints of Mountain Meadow #0DC379
RGB
CMYK
RGB Variations
Color information
#0DC379 (or 0x0DC379) is known color: Mountain Meadow. HEX triplet: 0D, C3 and 79. RGB value is (13,195,121). Sum of RGB (Red+Green+Blue) = 13+195+121=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC379 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC379 is #F23C86. Grayscale: #848484. Windows color (decimal): -15875207 or 7979789. OLE color: 7979789.
HSL color Cylindrical-coordinate representation of color #0DC379: hue angle of 155.6º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC379 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 121 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.24 |
| HSL | 155.6º | 0.88% | 0.41% | - |
| HSV(B) | 155.6º | 0.93% | 0.76% | - |
| XYZ | 23.13 | 40.5 | 24.69 | - |
| YUV | 132.15 | 121.7 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 121 | 0.93 | 0 | 0.38 | 0.24 | 155.6 | 0.88 | 0.41 |
| Hex | D | C3 | 79 | 5D | 0 | 26 | 18 | 9C | 58 | 29 |
| Octal | 15 | 303 | 171 | 135 | 0 | 46 | 30 | 234 | 130 | 51 |
| Binary | 1101 | 11000011 | 1111001 | 1011101 | 0 | 100110 | 11000 | 10011100 | 1011000 | 101001 |
Color Harmonies of #0DC379
Complementary color
Monochromatic Colors of #0DC379
Black with #0DC379
Text Example
Text Example
White with #0DC379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC379; }
p { color: rgb(13,195,121); }
H1.HeaderClassName
{
color: #0DC379;
}
.AnyTagClassName
{
color: #0DC379;
}
</style>
background-color css
<style>
a { background-color: #0DC379; }
a { background-color: rgb(13,195,121); }
div.DivClassName
{
background-color: #0DC379;
}
.BgClassName
{
background-color: #0DC379;
}
</style>
border-color css
<style>
span { border-color: #0DC379; }
span { border-color: rgb(13,195,121); }
td.TdClassName
{
border-color: #0DC379;
}
.TagClassName
{
border-color: #0DC379;
}
</style>