Shades of Dark Pastel Green #0DAC3D
Tints of Dark Pastel Green #0DAC3D
RGB
CMYK
RGB Variations
Color information
#0DAC3D (or 0x0DAC3D) is known color: Dark Pastel Green. HEX triplet: 0D, AC and 3D. RGB value is (13,172,61). Sum of RGB (Red+Green+Blue) = 13+172+61=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 172 (67.58% from 255 or 69.92% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAC3D is #F253C2. Grayscale: #707070. Windows color (decimal): -15881155 or 4041741. OLE color: 4041741.
HSL color Cylindrical-coordinate representation of color #0DAC3D: hue angle of 138.11º 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 #0DAC3D is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 61 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.33 |
| HSL | 138.11º | 0.86% | 0.36% | - |
| HSV(B) | 138.11º | 0.92% | 0.67% | - |
| XYZ | 15.76 | 29.93 | 9.36 | - |
| YUV | 111.81 | 99.32 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 61 | 0.92 | 0 | 0.65 | 0.33 | 138.11 | 0.86 | 0.36 |
| Hex | D | AC | 3D | 5C | 0 | 41 | 21 | 8A | 56 | 24 |
| Octal | 15 | 254 | 75 | 134 | 0 | 101 | 41 | 212 | 126 | 44 |
| Binary | 1101 | 10101100 | 111101 | 1011100 | 0 | 1000001 | 100001 | 10001010 | 1010110 | 100100 |
Color Harmonies of #0DAC3D
Complementary color
Monochromatic Colors of #0DAC3D
Black with #0DAC3D
Text Example
Text Example
White with #0DAC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC3D; }
p { color: rgb(13,172,61); }
H1.HeaderClassName
{
color: #0DAC3D;
}
.AnyTagClassName
{
color: #0DAC3D;
}
</style>
background-color css
<style>
a { background-color: #0DAC3D; }
a { background-color: rgb(13,172,61); }
div.DivClassName
{
background-color: #0DAC3D;
}
.BgClassName
{
background-color: #0DAC3D;
}
</style>
border-color css
<style>
span { border-color: #0DAC3D; }
span { border-color: rgb(13,172,61); }
td.TdClassName
{
border-color: #0DAC3D;
}
.TagClassName
{
border-color: #0DAC3D;
}
</style>