Shades of Mountain Meadow #0DC376
Tints of Mountain Meadow #0DC376
RGB
CMYK
RGB Variations
Color information
#0DC376 (or 0x0DC376) is known color: Mountain Meadow. HEX triplet: 0D, C3 and 76. RGB value is (13,195,118). Sum of RGB (Red+Green+Blue) = 13+195+118=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 195 (76.56% from 255 or 59.82% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC376 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC376 is #F23C89. Grayscale: #838383. Windows color (decimal): -15875210 or 7783181. OLE color: 7783181.
HSL color Cylindrical-coordinate representation of color #0DC376: hue angle of 154.62º 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 #0DC376 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 118 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.24 |
| HSL | 154.62º | 0.88% | 0.41% | - |
| HSV(B) | 154.62º | 0.93% | 0.76% | - |
| XYZ | 22.95 | 40.42 | 23.73 | - |
| YUV | 131.8 | 120.2 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 118 | 0.93 | 0 | 0.39 | 0.24 | 154.62 | 0.88 | 0.41 |
| Hex | D | C3 | 76 | 5D | 0 | 27 | 18 | 9B | 58 | 29 |
| Octal | 15 | 303 | 166 | 135 | 0 | 47 | 30 | 233 | 130 | 51 |
| Binary | 1101 | 11000011 | 1110110 | 1011101 | 0 | 100111 | 11000 | 10011011 | 1011000 | 101001 |
Color Harmonies of #0DC376
Complementary color
Monochromatic Colors of #0DC376
Black with #0DC376
Text Example
Text Example
White with #0DC376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC376; }
p { color: rgb(13,195,118); }
H1.HeaderClassName
{
color: #0DC376;
}
.AnyTagClassName
{
color: #0DC376;
}
</style>
background-color css
<style>
a { background-color: #0DC376; }
a { background-color: rgb(13,195,118); }
div.DivClassName
{
background-color: #0DC376;
}
.BgClassName
{
background-color: #0DC376;
}
</style>
border-color css
<style>
span { border-color: #0DC376; }
span { border-color: rgb(13,195,118); }
td.TdClassName
{
border-color: #0DC376;
}
.TagClassName
{
border-color: #0DC376;
}
</style>