Shades of Dark Pastel Green #0DAF20
Tints of Dark Pastel Green #0DAF20
RGB
CMYK
RGB Variations
Color information
#0DAF20 (or 0x0DAF20) is known color: Dark Pastel Green. HEX triplet: 0D, AF and 20. RGB value is (13,175,32). Sum of RGB (Red+Green+Blue) = 13+175+32=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 175 (68.75% from 255 or 79.55% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAF20 is #F250DF. Grayscale: #6E6E6E. Windows color (decimal): -15880416 or 2141965. OLE color: 2141965.
HSL color Cylindrical-coordinate representation of color #0DAF20: hue angle of 127.04º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAF20 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 175 | 32 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.31 |
| HSL | 127.04º | 0.86% | 0.37% | - |
| HSV(B) | 127.04º | 0.93% | 0.69% | - |
| XYZ | 15.76 | 30.85 | 6.49 | - |
| YUV | 110.26 | 83.83 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 175 | 32 | 0.93 | 0 | 0.82 | 0.31 | 127.04 | 0.86 | 0.37 |
| Hex | D | AF | 20 | 5D | 0 | 52 | 1F | 7F | 56 | 25 |
| Octal | 15 | 257 | 40 | 135 | 0 | 122 | 37 | 177 | 126 | 45 |
| Binary | 1101 | 10101111 | 100000 | 1011101 | 0 | 1010010 | 11111 | 1111111 | 1010110 | 100101 |
Color Harmonies of #0DAF20
Complementary color
Monochromatic Colors of #0DAF20
Black with #0DAF20
Text Example
Text Example
White with #0DAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAF20; }
p { color: rgb(13,175,32); }
H1.HeaderClassName
{
color: #0DAF20;
}
.AnyTagClassName
{
color: #0DAF20;
}
</style>
background-color css
<style>
a { background-color: #0DAF20; }
a { background-color: rgb(13,175,32); }
div.DivClassName
{
background-color: #0DAF20;
}
.BgClassName
{
background-color: #0DAF20;
}
</style>
border-color css
<style>
span { border-color: #0DAF20; }
span { border-color: rgb(13,175,32); }
td.TdClassName
{
border-color: #0DAF20;
}
.TagClassName
{
border-color: #0DAF20;
}
</style>