Shades of Dark Pastel Green #0DAC35
Tints of Dark Pastel Green #0DAC35
RGB
CMYK
RGB Variations
Color information
#0DAC35 (or 0x0DAC35) is known color: Dark Pastel Green. HEX triplet: 0D, AC and 35. RGB value is (13,172,53). Sum of RGB (Red+Green+Blue) = 13+172+53=238 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.46% from 238); Green value is 172 (67.58% from 255 or 72.27% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAC35 is #F253CA. Grayscale: #6F6F6F. Windows color (decimal): -15881163 or 3517453. OLE color: 3517453.
HSL color Cylindrical-coordinate representation of color #0DAC35: hue angle of 135.09º 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 #0DAC35 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 53 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.33 |
| HSL | 135.09º | 0.86% | 0.36% | - |
| HSV(B) | 135.09º | 0.92% | 0.67% | - |
| XYZ | 15.56 | 29.85 | 8.31 | - |
| YUV | 110.89 | 95.32 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 53 | 0.92 | 0 | 0.69 | 0.33 | 135.09 | 0.86 | 0.36 |
| Hex | D | AC | 35 | 5C | 0 | 45 | 21 | 87 | 56 | 24 |
| Octal | 15 | 254 | 65 | 134 | 0 | 105 | 41 | 207 | 126 | 44 |
| Binary | 1101 | 10101100 | 110101 | 1011100 | 0 | 1000101 | 100001 | 10000111 | 1010110 | 100100 |
Color Harmonies of #0DAC35
Complementary color
Monochromatic Colors of #0DAC35
Black with #0DAC35
Text Example
Text Example
White with #0DAC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC35; }
p { color: rgb(13,172,53); }
H1.HeaderClassName
{
color: #0DAC35;
}
.AnyTagClassName
{
color: #0DAC35;
}
</style>
background-color css
<style>
a { background-color: #0DAC35; }
a { background-color: rgb(13,172,53); }
div.DivClassName
{
background-color: #0DAC35;
}
.BgClassName
{
background-color: #0DAC35;
}
</style>
border-color css
<style>
span { border-color: #0DAC35; }
span { border-color: rgb(13,172,53); }
td.TdClassName
{
border-color: #0DAC35;
}
.TagClassName
{
border-color: #0DAC35;
}
</style>