Shades of Mountain Meadow #0DCB7B
Tints of Mountain Meadow #0DCB7B
RGB
CMYK
RGB Variations
Color information
#0DCB7B (or 0x0DCB7B) is known color: Mountain Meadow. HEX triplet: 0D, CB and 7B. RGB value is (13,203,123). Sum of RGB (Red+Green+Blue) = 13+203+123=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 203 (79.69% from 255 or 59.88% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCB7B is #F23484. Grayscale: #898989. Windows color (decimal): -15873157 or 8112909. OLE color: 8112909.
HSL color Cylindrical-coordinate representation of color #0DCB7B: hue angle of 154.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCB7B is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 123 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.20 |
| HSL | 154.74º | 0.88% | 0.42% | - |
| HSV(B) | 154.74º | 0.94% | 0.8% | - |
| XYZ | 25.1 | 44.23 | 25.95 | - |
| YUV | 137.07 | 120.05 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 123 | 0.94 | 0 | 0.39 | 0.20 | 154.74 | 0.88 | 0.42 |
| Hex | D | CB | 7B | 5E | 0 | 27 | 14 | 9B | 58 | 2A |
| Octal | 15 | 313 | 173 | 136 | 0 | 47 | 24 | 233 | 130 | 52 |
| Binary | 1101 | 11001011 | 1111011 | 1011110 | 0 | 100111 | 10100 | 10011011 | 1011000 | 101010 |
Color Harmonies of #0DCB7B
Complementary color
Monochromatic Colors of #0DCB7B
Black with #0DCB7B
Text Example
Text Example
White with #0DCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCB7B; }
p { color: rgb(13,203,123); }
H1.HeaderClassName
{
color: #0DCB7B;
}
.AnyTagClassName
{
color: #0DCB7B;
}
</style>
background-color css
<style>
a { background-color: #0DCB7B; }
a { background-color: rgb(13,203,123); }
div.DivClassName
{
background-color: #0DCB7B;
}
.BgClassName
{
background-color: #0DCB7B;
}
</style>
border-color css
<style>
span { border-color: #0DCB7B; }
span { border-color: rgb(13,203,123); }
td.TdClassName
{
border-color: #0DCB7B;
}
.TagClassName
{
border-color: #0DCB7B;
}
</style>