Shades of Dark Pastel Green #0DAC41
Tints of Dark Pastel Green #0DAC41
RGB
CMYK
RGB Variations
Color information
#0DAC41 (or 0x0DAC41) is known color: Dark Pastel Green. HEX triplet: 0D, AC and 41. RGB value is (13,172,65). Sum of RGB (Red+Green+Blue) = 13+172+65=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 172 (67.58% from 255 or 68.8% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAC41 is #F253BE. Grayscale: #707070. Windows color (decimal): -15881151 or 4303885. OLE color: 4303885.
HSL color Cylindrical-coordinate representation of color #0DAC41: hue angle of 139.62º 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 #0DAC41 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 65 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.33 |
| HSL | 139.62º | 0.86% | 0.36% | - |
| HSV(B) | 139.62º | 0.92% | 0.67% | - |
| XYZ | 15.87 | 29.97 | 9.95 | - |
| YUV | 112.26 | 101.32 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 65 | 0.92 | 0 | 0.62 | 0.33 | 139.62 | 0.86 | 0.36 |
| Hex | D | AC | 41 | 5C | 0 | 3E | 21 | 8C | 56 | 24 |
| Octal | 15 | 254 | 101 | 134 | 0 | 76 | 41 | 214 | 126 | 44 |
| Binary | 1101 | 10101100 | 1000001 | 1011100 | 0 | 111110 | 100001 | 10001100 | 1010110 | 100100 |
Color Harmonies of #0DAC41
Complementary color
Monochromatic Colors of #0DAC41
Black with #0DAC41
Text Example
Text Example
White with #0DAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC41; }
p { color: rgb(13,172,65); }
H1.HeaderClassName
{
color: #0DAC41;
}
.AnyTagClassName
{
color: #0DAC41;
}
</style>
background-color css
<style>
a { background-color: #0DAC41; }
a { background-color: rgb(13,172,65); }
div.DivClassName
{
background-color: #0DAC41;
}
.BgClassName
{
background-color: #0DAC41;
}
</style>
border-color css
<style>
span { border-color: #0DAC41; }
span { border-color: rgb(13,172,65); }
td.TdClassName
{
border-color: #0DAC41;
}
.TagClassName
{
border-color: #0DAC41;
}
</style>