Shades of Mountain Meadow #0DC089
Tints of Mountain Meadow #0DC089
RGB
CMYK
RGB Variations
Color information
#0DC089 (or 0x0DC089) is known color: Mountain Meadow. HEX triplet: 0D, C0 and 89. RGB value is (13,192,137). Sum of RGB (Red+Green+Blue) = 13+192+137=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC089 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC089 is #F23F76. Grayscale: #848484. Windows color (decimal): -15875959 or 9027597. OLE color: 9027597.
HSL color Cylindrical-coordinate representation of color #0DC089: hue angle of 161.56º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC089 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 192 | 137 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.25 |
| HSL | 161.56º | 0.87% | 0.4% | - |
| HSV(B) | 161.56º | 0.93% | 0.75% | - |
| XYZ | 23.53 | 39.59 | 30.07 | - |
| YUV | 132.21 | 130.7 | 42.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 137 | 0.93 | 0 | 0.29 | 0.25 | 161.56 | 0.87 | 0.4 |
| Hex | D | C0 | 89 | 5D | 0 | 1D | 19 | A2 | 57 | 28 |
| Octal | 15 | 300 | 211 | 135 | 0 | 35 | 31 | 242 | 127 | 50 |
| Binary | 1101 | 11000000 | 10001001 | 1011101 | 0 | 11101 | 11001 | 10100010 | 1010111 | 101000 |
Color Harmonies of #0DC089
Complementary color
Monochromatic Colors of #0DC089
Black with #0DC089
Text Example
Text Example
White with #0DC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC089; }
p { color: rgb(13,192,137); }
H1.HeaderClassName
{
color: #0DC089;
}
.AnyTagClassName
{
color: #0DC089;
}
</style>
background-color css
<style>
a { background-color: #0DC089; }
a { background-color: rgb(13,192,137); }
div.DivClassName
{
background-color: #0DC089;
}
.BgClassName
{
background-color: #0DC089;
}
</style>
border-color css
<style>
span { border-color: #0DC089; }
span { border-color: rgb(13,192,137); }
td.TdClassName
{
border-color: #0DC089;
}
.TagClassName
{
border-color: #0DC089;
}
</style>