Shades of Mountain Meadow #0DC08B
Tints of Mountain Meadow #0DC08B
RGB
CMYK
RGB Variations
Color information
#0DC08B (or 0x0DC08B) is known color: Mountain Meadow. HEX triplet: 0D, C0 and 8B. RGB value is (13,192,139). Sum of RGB (Red+Green+Blue) = 13+192+139=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC08B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC08B is #F23F74. Grayscale: #848484. Windows color (decimal): -15875957 or 9158669. OLE color: 9158669.
HSL color Cylindrical-coordinate representation of color #0DC08B: hue angle of 162.23º 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 #0DC08B is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 192 | 139 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.25 |
| HSL | 162.23º | 0.87% | 0.4% | - |
| HSV(B) | 162.23º | 0.93% | 0.75% | - |
| XYZ | 23.68 | 39.65 | 30.83 | - |
| YUV | 132.44 | 131.7 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 139 | 0.93 | 0 | 0.28 | 0.25 | 162.23 | 0.87 | 0.4 |
| Hex | D | C0 | 8B | 5D | 0 | 1C | 19 | A2 | 57 | 28 |
| Octal | 15 | 300 | 213 | 135 | 0 | 34 | 31 | 242 | 127 | 50 |
| Binary | 1101 | 11000000 | 10001011 | 1011101 | 0 | 11100 | 11001 | 10100010 | 1010111 | 101000 |
Color Harmonies of #0DC08B
Complementary color
Monochromatic Colors of #0DC08B
Black with #0DC08B
Text Example
Text Example
White with #0DC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC08B; }
p { color: rgb(13,192,139); }
H1.HeaderClassName
{
color: #0DC08B;
}
.AnyTagClassName
{
color: #0DC08B;
}
</style>
background-color css
<style>
a { background-color: #0DC08B; }
a { background-color: rgb(13,192,139); }
div.DivClassName
{
background-color: #0DC08B;
}
.BgClassName
{
background-color: #0DC08B;
}
</style>
border-color css
<style>
span { border-color: #0DC08B; }
span { border-color: rgb(13,192,139); }
td.TdClassName
{
border-color: #0DC08B;
}
.TagClassName
{
border-color: #0DC08B;
}
</style>