Shades of Dark Pastel Green #0DAC25
Tints of Dark Pastel Green #0DAC25
RGB
CMYK
RGB Variations
Color information
#0DAC25 (or 0x0DAC25) is known color: Dark Pastel Green. HEX triplet: 0D, AC and 25. RGB value is (13,172,37). Sum of RGB (Red+Green+Blue) = 13+172+37=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 172 (67.58% from 255 or 77.48% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAC25 is #F253DA. Grayscale: #6D6D6D. Windows color (decimal): -15881179 or 2468877. OLE color: 2468877.
HSL color Cylindrical-coordinate representation of color #0DAC25: hue angle of 129.06º 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 #0DAC25 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 37 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.33 |
| HSL | 129.06º | 0.86% | 0.36% | - |
| HSV(B) | 129.06º | 0.92% | 0.67% | - |
| XYZ | 15.25 | 29.72 | 6.68 | - |
| YUV | 109.07 | 87.32 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 37 | 0.92 | 0 | 0.78 | 0.33 | 129.06 | 0.86 | 0.36 |
| Hex | D | AC | 25 | 5C | 0 | 4E | 21 | 81 | 56 | 24 |
| Octal | 15 | 254 | 45 | 134 | 0 | 116 | 41 | 201 | 126 | 44 |
| Binary | 1101 | 10101100 | 100101 | 1011100 | 0 | 1001110 | 100001 | 10000001 | 1010110 | 100100 |
Color Harmonies of #0DAC25
Complementary color
Monochromatic Colors of #0DAC25
Black with #0DAC25
Text Example
Text Example
White with #0DAC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC25; }
p { color: rgb(13,172,37); }
H1.HeaderClassName
{
color: #0DAC25;
}
.AnyTagClassName
{
color: #0DAC25;
}
</style>
background-color css
<style>
a { background-color: #0DAC25; }
a { background-color: rgb(13,172,37); }
div.DivClassName
{
background-color: #0DAC25;
}
.BgClassName
{
background-color: #0DAC25;
}
</style>
border-color css
<style>
span { border-color: #0DAC25; }
span { border-color: rgb(13,172,37); }
td.TdClassName
{
border-color: #0DAC25;
}
.TagClassName
{
border-color: #0DAC25;
}
</style>