Shades of Dark Pastel Green #0DBA4F
Tints of Dark Pastel Green #0DBA4F
RGB
CMYK
RGB Variations
Color information
#0DBA4F (or 0x0DBA4F) is known color: Dark Pastel Green. HEX triplet: 0D, BA and 4F. RGB value is (13,186,79). Sum of RGB (Red+Green+Blue) = 13+186+79=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBA4F is #F245B0. Grayscale: #7A7A7A. Windows color (decimal): -15877553 or 5224973. OLE color: 5224973.
HSL color Cylindrical-coordinate representation of color #0DBA4F: hue angle of 142.89º 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 #0DBA4F is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 186 | 79 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.27 |
| HSL | 142.89º | 0.87% | 0.39% | - |
| HSV(B) | 142.89º | 0.93% | 0.73% | - |
| XYZ | 19.14 | 35.77 | 13.29 | - |
| YUV | 122.08 | 103.69 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 79 | 0.93 | 0 | 0.58 | 0.27 | 142.89 | 0.87 | 0.39 |
| Hex | D | BA | 4F | 5D | 0 | 3A | 1B | 8F | 57 | 27 |
| Octal | 15 | 272 | 117 | 135 | 0 | 72 | 33 | 217 | 127 | 47 |
| Binary | 1101 | 10111010 | 1001111 | 1011101 | 0 | 111010 | 11011 | 10001111 | 1010111 | 100111 |
Color Harmonies of #0DBA4F
Complementary color
Monochromatic Colors of #0DBA4F
Black with #0DBA4F
Text Example
Text Example
White with #0DBA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBA4F; }
p { color: rgb(13,186,79); }
H1.HeaderClassName
{
color: #0DBA4F;
}
.AnyTagClassName
{
color: #0DBA4F;
}
</style>
background-color css
<style>
a { background-color: #0DBA4F; }
a { background-color: rgb(13,186,79); }
div.DivClassName
{
background-color: #0DBA4F;
}
.BgClassName
{
background-color: #0DBA4F;
}
</style>
border-color css
<style>
span { border-color: #0DBA4F; }
span { border-color: rgb(13,186,79); }
td.TdClassName
{
border-color: #0DBA4F;
}
.TagClassName
{
border-color: #0DBA4F;
}
</style>