Shades of Mountain Meadow #0DC48A
Tints of Mountain Meadow #0DC48A
RGB
CMYK
RGB Variations
Color information
#0DC48A (or 0x0DC48A) is known color: Mountain Meadow. HEX triplet: 0D, C4 and 8A. RGB value is (13,196,138). Sum of RGB (Red+Green+Blue) = 13+196+138=347 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.75% from 347); Green value is 196 (76.95% from 255 or 56.48% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC48A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC48A is #F23B75. Grayscale: #868686. Windows color (decimal): -15874934 or 9094157. OLE color: 9094157.
HSL color Cylindrical-coordinate representation of color #0DC48A: hue angle of 160.98º 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 #0DC48A is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 196 | 138 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.23 |
| HSL | 160.98º | 0.88% | 0.41% | - |
| HSV(B) | 160.98º | 0.93% | 0.77% | - |
| XYZ | 24.49 | 41.4 | 30.74 | - |
| YUV | 134.67 | 129.87 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 196 | 138 | 0.93 | 0 | 0.30 | 0.23 | 160.98 | 0.88 | 0.41 |
| Hex | D | C4 | 8A | 5D | 0 | 1E | 17 | A1 | 58 | 29 |
| Octal | 15 | 304 | 212 | 135 | 0 | 36 | 27 | 241 | 130 | 51 |
| Binary | 1101 | 11000100 | 10001010 | 1011101 | 0 | 11110 | 10111 | 10100001 | 1011000 | 101001 |
Color Harmonies of #0DC48A
Complementary color
Monochromatic Colors of #0DC48A
Black with #0DC48A
Text Example
Text Example
White with #0DC48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC48A; }
p { color: rgb(13,196,138); }
H1.HeaderClassName
{
color: #0DC48A;
}
.AnyTagClassName
{
color: #0DC48A;
}
</style>
background-color css
<style>
a { background-color: #0DC48A; }
a { background-color: rgb(13,196,138); }
div.DivClassName
{
background-color: #0DC48A;
}
.BgClassName
{
background-color: #0DC48A;
}
</style>
border-color css
<style>
span { border-color: #0DC48A; }
span { border-color: rgb(13,196,138); }
td.TdClassName
{
border-color: #0DC48A;
}
.TagClassName
{
border-color: #0DC48A;
}
</style>