Shades of Mountain Meadow #0DBF7A
Tints of Mountain Meadow #0DBF7A
RGB
CMYK
RGB Variations
Color information
#0DBF7A (or 0x0DBF7A) is known color: Mountain Meadow. HEX triplet: 0D, BF and 7A. RGB value is (13,191,122). Sum of RGB (Red+Green+Blue) = 13+191+122=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBF7A is #F24085. Grayscale: #828282. Windows color (decimal): -15876230 or 8044301. OLE color: 8044301.
HSL color Cylindrical-coordinate representation of color #0DBF7A: hue angle of 156.74º 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 #0DBF7A is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 122 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.25 |
| HSL | 156.74º | 0.87% | 0.4% | - |
| HSV(B) | 156.74º | 0.93% | 0.75% | - |
| XYZ | 22.31 | 38.75 | 24.72 | - |
| YUV | 129.91 | 123.53 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 122 | 0.93 | 0 | 0.36 | 0.25 | 156.74 | 0.87 | 0.4 |
| Hex | D | BF | 7A | 5D | 0 | 24 | 19 | 9D | 57 | 28 |
| Octal | 15 | 277 | 172 | 135 | 0 | 44 | 31 | 235 | 127 | 50 |
| Binary | 1101 | 10111111 | 1111010 | 1011101 | 0 | 100100 | 11001 | 10011101 | 1010111 | 101000 |
Color Harmonies of #0DBF7A
Complementary color
Monochromatic Colors of #0DBF7A
Black with #0DBF7A
Text Example
Text Example
White with #0DBF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF7A; }
p { color: rgb(13,191,122); }
H1.HeaderClassName
{
color: #0DBF7A;
}
.AnyTagClassName
{
color: #0DBF7A;
}
</style>
background-color css
<style>
a { background-color: #0DBF7A; }
a { background-color: rgb(13,191,122); }
div.DivClassName
{
background-color: #0DBF7A;
}
.BgClassName
{
background-color: #0DBF7A;
}
</style>
border-color css
<style>
span { border-color: #0DBF7A; }
span { border-color: rgb(13,191,122); }
td.TdClassName
{
border-color: #0DBF7A;
}
.TagClassName
{
border-color: #0DBF7A;
}
</style>