Shades of Dark Pastel Green #0DAC2D
Tints of Dark Pastel Green #0DAC2D
RGB
CMYK
RGB Variations
Color information
#0DAC2D (or 0x0DAC2D) is known color: Dark Pastel Green. HEX triplet: 0D, AC and 2D. RGB value is (13,172,45). Sum of RGB (Red+Green+Blue) = 13+172+45=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 172 (67.58% from 255 or 74.78% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAC2D is #F253D2. Grayscale: #6E6E6E. Windows color (decimal): -15881171 or 2993165. OLE color: 2993165.
HSL color Cylindrical-coordinate representation of color #0DAC2D: hue angle of 132.08º 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 #0DAC2D is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 45 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.33 |
| HSL | 132.08º | 0.86% | 0.36% | - |
| HSV(B) | 132.08º | 0.92% | 0.67% | - |
| XYZ | 15.39 | 29.78 | 7.42 | - |
| YUV | 109.98 | 91.32 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 45 | 0.92 | 0 | 0.74 | 0.33 | 132.08 | 0.86 | 0.36 |
| Hex | D | AC | 2D | 5C | 0 | 4A | 21 | 84 | 56 | 24 |
| Octal | 15 | 254 | 55 | 134 | 0 | 112 | 41 | 204 | 126 | 44 |
| Binary | 1101 | 10101100 | 101101 | 1011100 | 0 | 1001010 | 100001 | 10000100 | 1010110 | 100100 |
Color Harmonies of #0DAC2D
Complementary color
Monochromatic Colors of #0DAC2D
Black with #0DAC2D
Text Example
Text Example
White with #0DAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC2D; }
p { color: rgb(13,172,45); }
H1.HeaderClassName
{
color: #0DAC2D;
}
.AnyTagClassName
{
color: #0DAC2D;
}
</style>
background-color css
<style>
a { background-color: #0DAC2D; }
a { background-color: rgb(13,172,45); }
div.DivClassName
{
background-color: #0DAC2D;
}
.BgClassName
{
background-color: #0DAC2D;
}
</style>
border-color css
<style>
span { border-color: #0DAC2D; }
span { border-color: rgb(13,172,45); }
td.TdClassName
{
border-color: #0DAC2D;
}
.TagClassName
{
border-color: #0DAC2D;
}
</style>