Shades of Mountain Meadow #0DBC83
Tints of Mountain Meadow #0DBC83
RGB
CMYK
RGB Variations
Color information
#0DBC83 (or 0x0DBC83) is known color: Mountain Meadow. HEX triplet: 0D, BC and 83. RGB value is (13,188,131). Sum of RGB (Red+Green+Blue) = 13+188+131=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBC83 is #F2437C. Grayscale: #818181. Windows color (decimal): -15876989 or 8633357. OLE color: 8633357.
HSL color Cylindrical-coordinate representation of color #0DBC83: hue angle of 160.46º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBC83 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 131 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.26 |
| HSL | 160.46º | 0.87% | 0.39% | - |
| HSV(B) | 160.46º | 0.93% | 0.74% | - |
| XYZ | 22.25 | 37.69 | 27.58 | - |
| YUV | 129.18 | 129.02 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 131 | 0.93 | 0 | 0.30 | 0.26 | 160.46 | 0.87 | 0.39 |
| Hex | D | BC | 83 | 5D | 0 | 1E | 1A | A0 | 57 | 27 |
| Octal | 15 | 274 | 203 | 135 | 0 | 36 | 32 | 240 | 127 | 47 |
| Binary | 1101 | 10111100 | 10000011 | 1011101 | 0 | 11110 | 11010 | 10100000 | 1010111 | 100111 |
Color Harmonies of #0DBC83
Complementary color
Monochromatic Colors of #0DBC83
Black with #0DBC83
Text Example
Text Example
White with #0DBC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC83; }
p { color: rgb(13,188,131); }
H1.HeaderClassName
{
color: #0DBC83;
}
.AnyTagClassName
{
color: #0DBC83;
}
</style>
background-color css
<style>
a { background-color: #0DBC83; }
a { background-color: rgb(13,188,131); }
div.DivClassName
{
background-color: #0DBC83;
}
.BgClassName
{
background-color: #0DBC83;
}
</style>
border-color css
<style>
span { border-color: #0DBC83; }
span { border-color: rgb(13,188,131); }
td.TdClassName
{
border-color: #0DBC83;
}
.TagClassName
{
border-color: #0DBC83;
}
</style>