Shades of Dark Pastel Green #0DA93E
Tints of Dark Pastel Green #0DA93E
RGB
CMYK
RGB Variations
Color information
#0DA93E (or 0x0DA93E) is known color: Dark Pastel Green. HEX triplet: 0D, A9 and 3E. RGB value is (13,169,62). Sum of RGB (Red+Green+Blue) = 13+169+62=244 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.33% from 244); Green value is 169 (66.41% from 255 or 69.26% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA93E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA93E is #F256C1. Grayscale: #6E6E6E. Windows color (decimal): -15881922 or 4106509. OLE color: 4106509.
HSL color Cylindrical-coordinate representation of color #0DA93E: hue angle of 138.85º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA93E is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 62 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.34 |
| HSL | 138.85º | 0.86% | 0.36% | - |
| HSV(B) | 138.85º | 0.92% | 0.66% | - |
| XYZ | 15.22 | 28.81 | 9.32 | - |
| YUV | 110.16 | 100.82 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 62 | 0.92 | 0 | 0.63 | 0.34 | 138.85 | 0.86 | 0.36 |
| Hex | D | A9 | 3E | 5C | 0 | 3F | 22 | 8B | 56 | 24 |
| Octal | 15 | 251 | 76 | 134 | 0 | 77 | 42 | 213 | 126 | 44 |
| Binary | 1101 | 10101001 | 111110 | 1011100 | 0 | 111111 | 100010 | 10001011 | 1010110 | 100100 |
Color Harmonies of #0DA93E
Complementary color
Monochromatic Colors of #0DA93E
Black with #0DA93E
Text Example
Text Example
White with #0DA93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA93E; }
p { color: rgb(13,169,62); }
H1.HeaderClassName
{
color: #0DA93E;
}
.AnyTagClassName
{
color: #0DA93E;
}
</style>
background-color css
<style>
a { background-color: #0DA93E; }
a { background-color: rgb(13,169,62); }
div.DivClassName
{
background-color: #0DA93E;
}
.BgClassName
{
background-color: #0DA93E;
}
</style>
border-color css
<style>
span { border-color: #0DA93E; }
span { border-color: rgb(13,169,62); }
td.TdClassName
{
border-color: #0DA93E;
}
.TagClassName
{
border-color: #0DA93E;
}
</style>