Shades of Dark Pastel Green #0DAC3E
Tints of Dark Pastel Green #0DAC3E
RGB
CMYK
RGB Variations
Color information
#0DAC3E (or 0x0DAC3E) is known color: Dark Pastel Green. HEX triplet: 0D, AC and 3E. RGB value is (13,172,62). Sum of RGB (Red+Green+Blue) = 13+172+62=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAC3E is #F253C1. Grayscale: #707070. Windows color (decimal): -15881154 or 4107277. OLE color: 4107277.
HSL color Cylindrical-coordinate representation of color #0DAC3E: hue angle of 138.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 #0DAC3E is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 62 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.33 |
| HSL | 138.49º | 0.86% | 0.36% | - |
| HSV(B) | 138.49º | 0.92% | 0.67% | - |
| XYZ | 15.79 | 29.94 | 9.5 | - |
| YUV | 111.92 | 99.82 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 62 | 0.92 | 0 | 0.64 | 0.33 | 138.49 | 0.86 | 0.36 |
| Hex | D | AC | 3E | 5C | 0 | 40 | 21 | 8A | 56 | 24 |
| Octal | 15 | 254 | 76 | 134 | 0 | 100 | 41 | 212 | 126 | 44 |
| Binary | 1101 | 10101100 | 111110 | 1011100 | 0 | 1000000 | 100001 | 10001010 | 1010110 | 100100 |
Color Harmonies of #0DAC3E
Complementary color
Monochromatic Colors of #0DAC3E
Black with #0DAC3E
Text Example
Text Example
White with #0DAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC3E; }
p { color: rgb(13,172,62); }
H1.HeaderClassName
{
color: #0DAC3E;
}
.AnyTagClassName
{
color: #0DAC3E;
}
</style>
background-color css
<style>
a { background-color: #0DAC3E; }
a { background-color: rgb(13,172,62); }
div.DivClassName
{
background-color: #0DAC3E;
}
.BgClassName
{
background-color: #0DAC3E;
}
</style>
border-color css
<style>
span { border-color: #0DAC3E; }
span { border-color: rgb(13,172,62); }
td.TdClassName
{
border-color: #0DAC3E;
}
.TagClassName
{
border-color: #0DAC3E;
}
</style>