Shades of Mountain Meadow #0DBE8A
Tints of Mountain Meadow #0DBE8A
RGB
CMYK
RGB Variations
Color information
#0DBE8A (or 0x0DBE8A) is known color: Mountain Meadow. HEX triplet: 0D, BE and 8A. RGB value is (13,190,138). Sum of RGB (Red+Green+Blue) = 13+190+138=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBE8A is #F24175. Grayscale: #838383. Windows color (decimal): -15876470 or 9092621. OLE color: 9092621.
HSL color Cylindrical-coordinate representation of color #0DBE8A: hue angle of 162.37º 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 #0DBE8A is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 138 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.25 |
| HSL | 162.37º | 0.87% | 0.4% | - |
| HSV(B) | 162.37º | 0.93% | 0.75% | - |
| XYZ | 23.17 | 38.75 | 30.3 | - |
| YUV | 131.15 | 131.86 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 138 | 0.93 | 0 | 0.27 | 0.25 | 162.37 | 0.87 | 0.4 |
| Hex | D | BE | 8A | 5D | 0 | 1B | 19 | A2 | 57 | 28 |
| Octal | 15 | 276 | 212 | 135 | 0 | 33 | 31 | 242 | 127 | 50 |
| Binary | 1101 | 10111110 | 10001010 | 1011101 | 0 | 11011 | 11001 | 10100010 | 1010111 | 101000 |
Color Harmonies of #0DBE8A
Complementary color
Monochromatic Colors of #0DBE8A
Black with #0DBE8A
Text Example
Text Example
White with #0DBE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE8A; }
p { color: rgb(13,190,138); }
H1.HeaderClassName
{
color: #0DBE8A;
}
.AnyTagClassName
{
color: #0DBE8A;
}
</style>
background-color css
<style>
a { background-color: #0DBE8A; }
a { background-color: rgb(13,190,138); }
div.DivClassName
{
background-color: #0DBE8A;
}
.BgClassName
{
background-color: #0DBE8A;
}
</style>
border-color css
<style>
span { border-color: #0DBE8A; }
span { border-color: rgb(13,190,138); }
td.TdClassName
{
border-color: #0DBE8A;
}
.TagClassName
{
border-color: #0DBE8A;
}
</style>