Shades of Dark Pastel Green #0DA83E
Tints of Dark Pastel Green #0DA83E
RGB
CMYK
RGB Variations
Color information
#0DA83E (or 0x0DA83E) is known color: Dark Pastel Green. HEX triplet: 0D, A8 and 3E. RGB value is (13,168,62). Sum of RGB (Red+Green+Blue) = 13+168+62=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 168 (66.02% from 255 or 69.14% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA83E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA83E is #F257C1. Grayscale: #6D6D6D. Windows color (decimal): -15882178 or 4106253. OLE color: 4106253.
HSL color Cylindrical-coordinate representation of color #0DA83E: hue angle of 138.97º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA83E is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 168 | 62 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.34 |
| HSL | 138.97º | 0.86% | 0.35% | - |
| HSV(B) | 138.97º | 0.92% | 0.66% | - |
| XYZ | 15.04 | 28.44 | 9.25 | - |
| YUV | 109.57 | 101.15 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 168 | 62 | 0.92 | 0 | 0.63 | 0.34 | 138.97 | 0.86 | 0.35 |
| Hex | D | A8 | 3E | 5C | 0 | 3F | 22 | 8B | 56 | 23 |
| Octal | 15 | 250 | 76 | 134 | 0 | 77 | 42 | 213 | 126 | 43 |
| Binary | 1101 | 10101000 | 111110 | 1011100 | 0 | 111111 | 100010 | 10001011 | 1010110 | 100011 |
Color Harmonies of #0DA83E
Complementary color
Monochromatic Colors of #0DA83E
Black with #0DA83E
Text Example
Text Example
White with #0DA83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA83E; }
p { color: rgb(13,168,62); }
H1.HeaderClassName
{
color: #0DA83E;
}
.AnyTagClassName
{
color: #0DA83E;
}
</style>
background-color css
<style>
a { background-color: #0DA83E; }
a { background-color: rgb(13,168,62); }
div.DivClassName
{
background-color: #0DA83E;
}
.BgClassName
{
background-color: #0DA83E;
}
</style>
border-color css
<style>
span { border-color: #0DA83E; }
span { border-color: rgb(13,168,62); }
td.TdClassName
{
border-color: #0DA83E;
}
.TagClassName
{
border-color: #0DA83E;
}
</style>