Shades of Dark Pastel Green #0DAA40
Tints of Dark Pastel Green #0DAA40
RGB
CMYK
RGB Variations
Color information
#0DAA40 (or 0x0DAA40) is known color: Dark Pastel Green. HEX triplet: 0D, AA and 40. RGB value is (13,170,64). Sum of RGB (Red+Green+Blue) = 13+170+64=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 170 (66.80% from 255 or 68.83% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAA40 is #F255BF. Grayscale: #6F6F6F. Windows color (decimal): -15881664 or 4237837. OLE color: 4237837.
HSL color Cylindrical-coordinate representation of color #0DAA40: hue angle of 139.49º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAA40 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 64 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.33 |
| HSL | 139.49º | 0.86% | 0.36% | - |
| HSV(B) | 139.49º | 0.92% | 0.67% | - |
| XYZ | 15.47 | 29.21 | 9.67 | - |
| YUV | 110.97 | 101.49 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 64 | 0.92 | 0 | 0.62 | 0.33 | 139.49 | 0.86 | 0.36 |
| Hex | D | AA | 40 | 5C | 0 | 3E | 21 | 8B | 56 | 24 |
| Octal | 15 | 252 | 100 | 134 | 0 | 76 | 41 | 213 | 126 | 44 |
| Binary | 1101 | 10101010 | 1000000 | 1011100 | 0 | 111110 | 100001 | 10001011 | 1010110 | 100100 |
Color Harmonies of #0DAA40
Complementary color
Monochromatic Colors of #0DAA40
Black with #0DAA40
Text Example
Text Example
White with #0DAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA40; }
p { color: rgb(13,170,64); }
H1.HeaderClassName
{
color: #0DAA40;
}
.AnyTagClassName
{
color: #0DAA40;
}
</style>
background-color css
<style>
a { background-color: #0DAA40; }
a { background-color: rgb(13,170,64); }
div.DivClassName
{
background-color: #0DAA40;
}
.BgClassName
{
background-color: #0DAA40;
}
</style>
border-color css
<style>
span { border-color: #0DAA40; }
span { border-color: rgb(13,170,64); }
td.TdClassName
{
border-color: #0DAA40;
}
.TagClassName
{
border-color: #0DAA40;
}
</style>