Shades of Dark Pastel Green #0DB94F
Tints of Dark Pastel Green #0DB94F
RGB
CMYK
RGB Variations
Color information
#0DB94F (or 0x0DB94F) is known color: Dark Pastel Green. HEX triplet: 0D, B9 and 4F. RGB value is (13,185,79). Sum of RGB (Red+Green+Blue) = 13+185+79=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 185 (72.66% from 255 or 66.79% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB94F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB94F is #F246B0. Grayscale: #797979. Windows color (decimal): -15877809 or 5224717. OLE color: 5224717.
HSL color Cylindrical-coordinate representation of color #0DB94F: hue angle of 143.02º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB94F is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 185 | 79 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.27 |
| HSL | 143.02º | 0.87% | 0.39% | - |
| HSV(B) | 143.02º | 0.93% | 0.73% | - |
| XYZ | 18.93 | 35.35 | 13.22 | - |
| YUV | 121.49 | 104.02 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 79 | 0.93 | 0 | 0.57 | 0.27 | 143.02 | 0.87 | 0.39 |
| Hex | D | B9 | 4F | 5D | 0 | 39 | 1B | 8F | 57 | 27 |
| Octal | 15 | 271 | 117 | 135 | 0 | 71 | 33 | 217 | 127 | 47 |
| Binary | 1101 | 10111001 | 1001111 | 1011101 | 0 | 111001 | 11011 | 10001111 | 1010111 | 100111 |
Color Harmonies of #0DB94F
Complementary color
Monochromatic Colors of #0DB94F
Black with #0DB94F
Text Example
Text Example
White with #0DB94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB94F; }
p { color: rgb(13,185,79); }
H1.HeaderClassName
{
color: #0DB94F;
}
.AnyTagClassName
{
color: #0DB94F;
}
</style>
background-color css
<style>
a { background-color: #0DB94F; }
a { background-color: rgb(13,185,79); }
div.DivClassName
{
background-color: #0DB94F;
}
.BgClassName
{
background-color: #0DB94F;
}
</style>
border-color css
<style>
span { border-color: #0DB94F; }
span { border-color: rgb(13,185,79); }
td.TdClassName
{
border-color: #0DB94F;
}
.TagClassName
{
border-color: #0DB94F;
}
</style>