Shades of Dark Pastel Green #0DAC40
Tints of Dark Pastel Green #0DAC40
RGB
CMYK
RGB Variations
Color information
#0DAC40 (or 0x0DAC40) is known color: Dark Pastel Green. HEX triplet: 0D, AC and 40. RGB value is (13,172,64). Sum of RGB (Red+Green+Blue) = 13+172+64=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 172 (67.58% from 255 or 69.08% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAC40 is #F253BF. Grayscale: #707070. Windows color (decimal): -15881152 or 4238349. OLE color: 4238349.
HSL color Cylindrical-coordinate representation of color #0DAC40: hue angle of 139.25º 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 #0DAC40 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 64 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.33 |
| HSL | 139.25º | 0.86% | 0.36% | - |
| HSV(B) | 139.25º | 0.92% | 0.67% | - |
| XYZ | 15.84 | 29.96 | 9.8 | - |
| YUV | 112.15 | 100.82 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 64 | 0.92 | 0 | 0.63 | 0.33 | 139.25 | 0.86 | 0.36 |
| Hex | D | AC | 40 | 5C | 0 | 3F | 21 | 8B | 56 | 24 |
| Octal | 15 | 254 | 100 | 134 | 0 | 77 | 41 | 213 | 126 | 44 |
| Binary | 1101 | 10101100 | 1000000 | 1011100 | 0 | 111111 | 100001 | 10001011 | 1010110 | 100100 |
Color Harmonies of #0DAC40
Complementary color
Monochromatic Colors of #0DAC40
Black with #0DAC40
Text Example
Text Example
White with #0DAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC40; }
p { color: rgb(13,172,64); }
H1.HeaderClassName
{
color: #0DAC40;
}
.AnyTagClassName
{
color: #0DAC40;
}
</style>
background-color css
<style>
a { background-color: #0DAC40; }
a { background-color: rgb(13,172,64); }
div.DivClassName
{
background-color: #0DAC40;
}
.BgClassName
{
background-color: #0DAC40;
}
</style>
border-color css
<style>
span { border-color: #0DAC40; }
span { border-color: rgb(13,172,64); }
td.TdClassName
{
border-color: #0DAC40;
}
.TagClassName
{
border-color: #0DAC40;
}
</style>