Shades of Dark Pastel Green #0DB950
Tints of Dark Pastel Green #0DB950
RGB
CMYK
RGB Variations
Color information
#0DB950 (or 0x0DB950) is known color: Dark Pastel Green. HEX triplet: 0D, B9 and 50. RGB value is (13,185,80). Sum of RGB (Red+Green+Blue) = 13+185+80=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 185 (72.66% from 255 or 66.55% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB950 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB950 is #F246AF. Grayscale: #797979. Windows color (decimal): -15877808 or 5290253. OLE color: 5290253.
HSL color Cylindrical-coordinate representation of color #0DB950: hue angle of 143.37º 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 #0DB950 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 185 | 80 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.27 |
| HSL | 143.37º | 0.87% | 0.39% | - |
| HSV(B) | 143.37º | 0.93% | 0.73% | - |
| XYZ | 18.96 | 35.36 | 13.42 | - |
| YUV | 121.6 | 104.52 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 80 | 0.93 | 0 | 0.57 | 0.27 | 143.37 | 0.87 | 0.39 |
| Hex | D | B9 | 50 | 5D | 0 | 39 | 1B | 8F | 57 | 27 |
| Octal | 15 | 271 | 120 | 135 | 0 | 71 | 33 | 217 | 127 | 47 |
| Binary | 1101 | 10111001 | 1010000 | 1011101 | 0 | 111001 | 11011 | 10001111 | 1010111 | 100111 |
Color Harmonies of #0DB950
Complementary color
Monochromatic Colors of #0DB950
Black with #0DB950
Text Example
Text Example
White with #0DB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB950; }
p { color: rgb(13,185,80); }
H1.HeaderClassName
{
color: #0DB950;
}
.AnyTagClassName
{
color: #0DB950;
}
</style>
background-color css
<style>
a { background-color: #0DB950; }
a { background-color: rgb(13,185,80); }
div.DivClassName
{
background-color: #0DB950;
}
.BgClassName
{
background-color: #0DB950;
}
</style>
border-color css
<style>
span { border-color: #0DB950; }
span { border-color: rgb(13,185,80); }
td.TdClassName
{
border-color: #0DB950;
}
.TagClassName
{
border-color: #0DB950;
}
</style>