Shades of Dark Pastel Green #0DB94E
Tints of Dark Pastel Green #0DB94E
RGB
CMYK
RGB Variations
Color information
#0DB94E (or 0x0DB94E) is known color: Dark Pastel Green. HEX triplet: 0D, B9 and 4E. RGB value is (13,185,78). Sum of RGB (Red+Green+Blue) = 13+185+78=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 185 (72.66% from 255 or 67.03% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB94E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB94E is #F246B1. Grayscale: #797979. Windows color (decimal): -15877810 or 5159181. OLE color: 5159181.
HSL color Cylindrical-coordinate representation of color #0DB94E: hue angle of 142.67º 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 #0DB94E is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 185 | 78 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.27 |
| HSL | 142.67º | 0.87% | 0.39% | - |
| HSV(B) | 142.67º | 0.93% | 0.73% | - |
| XYZ | 18.89 | 35.33 | 13.03 | - |
| YUV | 121.37 | 103.52 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 78 | 0.93 | 0 | 0.58 | 0.27 | 142.67 | 0.87 | 0.39 |
| Hex | D | B9 | 4E | 5D | 0 | 3A | 1B | 8F | 57 | 27 |
| Octal | 15 | 271 | 116 | 135 | 0 | 72 | 33 | 217 | 127 | 47 |
| Binary | 1101 | 10111001 | 1001110 | 1011101 | 0 | 111010 | 11011 | 10001111 | 1010111 | 100111 |
Color Harmonies of #0DB94E
Complementary color
Monochromatic Colors of #0DB94E
Black with #0DB94E
Text Example
Text Example
White with #0DB94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB94E; }
p { color: rgb(13,185,78); }
H1.HeaderClassName
{
color: #0DB94E;
}
.AnyTagClassName
{
color: #0DB94E;
}
</style>
background-color css
<style>
a { background-color: #0DB94E; }
a { background-color: rgb(13,185,78); }
div.DivClassName
{
background-color: #0DB94E;
}
.BgClassName
{
background-color: #0DB94E;
}
</style>
border-color css
<style>
span { border-color: #0DB94E; }
span { border-color: rgb(13,185,78); }
td.TdClassName
{
border-color: #0DB94E;
}
.TagClassName
{
border-color: #0DB94E;
}
</style>