Shades of Mountain Meadow #0DC178
Tints of Mountain Meadow #0DC178
RGB
CMYK
RGB Variations
Color information
#0DC178 (or 0x0DC178) is known color: Mountain Meadow. HEX triplet: 0D, C1 and 78. RGB value is (13,193,120). Sum of RGB (Red+Green+Blue) = 13+193+120=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC178 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC178 is #F23E87. Grayscale: #828282. Windows color (decimal): -15875720 or 7913741. OLE color: 7913741.
HSL color Cylindrical-coordinate representation of color #0DC178: hue angle of 155.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC178 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 120 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.24 |
| HSL | 155.67º | 0.87% | 0.4% | - |
| HSV(B) | 155.67º | 0.93% | 0.76% | - |
| XYZ | 22.63 | 39.58 | 24.22 | - |
| YUV | 130.86 | 121.87 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 120 | 0.93 | 0 | 0.38 | 0.24 | 155.67 | 0.87 | 0.4 |
| Hex | D | C1 | 78 | 5D | 0 | 26 | 18 | 9C | 57 | 28 |
| Octal | 15 | 301 | 170 | 135 | 0 | 46 | 30 | 234 | 127 | 50 |
| Binary | 1101 | 11000001 | 1111000 | 1011101 | 0 | 100110 | 11000 | 10011100 | 1010111 | 101000 |
Color Harmonies of #0DC178
Complementary color
Monochromatic Colors of #0DC178
Black with #0DC178
Text Example
Text Example
White with #0DC178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC178; }
p { color: rgb(13,193,120); }
H1.HeaderClassName
{
color: #0DC178;
}
.AnyTagClassName
{
color: #0DC178;
}
</style>
background-color css
<style>
a { background-color: #0DC178; }
a { background-color: rgb(13,193,120); }
div.DivClassName
{
background-color: #0DC178;
}
.BgClassName
{
background-color: #0DC178;
}
</style>
border-color css
<style>
span { border-color: #0DC178; }
span { border-color: rgb(13,193,120); }
td.TdClassName
{
border-color: #0DC178;
}
.TagClassName
{
border-color: #0DC178;
}
</style>