Shades of Mountain Meadow #0DCA83
Tints of Mountain Meadow #0DCA83
RGB
CMYK
RGB Variations
Color information
#0DCA83 (or 0x0DCA83) is known color: Mountain Meadow. HEX triplet: 0D, CA and 83. RGB value is (13,202,131). Sum of RGB (Red+Green+Blue) = 13+202+131=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCA83 is #F2357C. Grayscale: #898989. Windows color (decimal): -15873405 or 8636941. OLE color: 8636941.
HSL color Cylindrical-coordinate representation of color #0DCA83: hue angle of 157.46º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCA83 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 131 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.21 |
| HSL | 157.46º | 0.88% | 0.42% | - |
| HSV(B) | 157.46º | 0.94% | 0.79% | - |
| XYZ | 25.38 | 43.97 | 28.62 | - |
| YUV | 137.4 | 124.38 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 131 | 0.94 | 0 | 0.35 | 0.21 | 157.46 | 0.88 | 0.42 |
| Hex | D | CA | 83 | 5E | 0 | 23 | 15 | 9D | 58 | 2A |
| Octal | 15 | 312 | 203 | 136 | 0 | 43 | 25 | 235 | 130 | 52 |
| Binary | 1101 | 11001010 | 10000011 | 1011110 | 0 | 100011 | 10101 | 10011101 | 1011000 | 101010 |
Color Harmonies of #0DCA83
Complementary color
Monochromatic Colors of #0DCA83
Black with #0DCA83
Text Example
Text Example
White with #0DCA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCA83; }
p { color: rgb(13,202,131); }
H1.HeaderClassName
{
color: #0DCA83;
}
.AnyTagClassName
{
color: #0DCA83;
}
</style>
background-color css
<style>
a { background-color: #0DCA83; }
a { background-color: rgb(13,202,131); }
div.DivClassName
{
background-color: #0DCA83;
}
.BgClassName
{
background-color: #0DCA83;
}
</style>
border-color css
<style>
span { border-color: #0DCA83; }
span { border-color: rgb(13,202,131); }
td.TdClassName
{
border-color: #0DCA83;
}
.TagClassName
{
border-color: #0DCA83;
}
</style>