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