Shades of Dark Pastel Green #0DAC30
Tints of Dark Pastel Green #0DAC30
RGB
CMYK
RGB Variations
Color information
#0DAC30 (or 0x0DAC30) is known color: Dark Pastel Green. HEX triplet: 0D, AC and 30. RGB value is (13,172,48). Sum of RGB (Red+Green+Blue) = 13+172+48=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 172 (67.58% from 255 or 73.82% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAC30 is #F253CF. Grayscale: #6E6E6E. Windows color (decimal): -15881168 or 3189773. OLE color: 3189773.
HSL color Cylindrical-coordinate representation of color #0DAC30: hue angle of 133.21º 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 #0DAC30 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 48 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.33 |
| HSL | 133.21º | 0.86% | 0.36% | - |
| HSV(B) | 133.21º | 0.92% | 0.67% | - |
| XYZ | 15.45 | 29.8 | 7.73 | - |
| YUV | 110.32 | 92.82 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 48 | 0.92 | 0 | 0.72 | 0.33 | 133.21 | 0.86 | 0.36 |
| Hex | D | AC | 30 | 5C | 0 | 48 | 21 | 85 | 56 | 24 |
| Octal | 15 | 254 | 60 | 134 | 0 | 110 | 41 | 205 | 126 | 44 |
| Binary | 1101 | 10101100 | 110000 | 1011100 | 0 | 1001000 | 100001 | 10000101 | 1010110 | 100100 |
Color Harmonies of #0DAC30
Complementary color
Monochromatic Colors of #0DAC30
Black with #0DAC30
Text Example
Text Example
White with #0DAC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC30; }
p { color: rgb(13,172,48); }
H1.HeaderClassName
{
color: #0DAC30;
}
.AnyTagClassName
{
color: #0DAC30;
}
</style>
background-color css
<style>
a { background-color: #0DAC30; }
a { background-color: rgb(13,172,48); }
div.DivClassName
{
background-color: #0DAC30;
}
.BgClassName
{
background-color: #0DAC30;
}
</style>
border-color css
<style>
span { border-color: #0DAC30; }
span { border-color: rgb(13,172,48); }
td.TdClassName
{
border-color: #0DAC30;
}
.TagClassName
{
border-color: #0DAC30;
}
</style>