Shades of Dark Pastel Green #0DAE21
Tints of Dark Pastel Green #0DAE21
RGB
CMYK
RGB Variations
Color information
#0DAE21 (or 0x0DAE21) is known color: Dark Pastel Green. HEX triplet: 0D, AE and 21. RGB value is (13,174,33). Sum of RGB (Red+Green+Blue) = 13+174+33=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 174 (68.36% from 255 or 79.09% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAE21 is #F251DE. Grayscale: #6E6E6E. Windows color (decimal): -15880671 or 2207245. OLE color: 2207245.
HSL color Cylindrical-coordinate representation of color #0DAE21: hue angle of 127.45º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAE21 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 174 | 33 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.32 |
| HSL | 127.45º | 0.86% | 0.37% | - |
| HSV(B) | 127.45º | 0.93% | 0.68% | - |
| XYZ | 15.58 | 30.47 | 6.5 | - |
| YUV | 109.79 | 84.66 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 174 | 33 | 0.93 | 0 | 0.81 | 0.32 | 127.45 | 0.86 | 0.37 |
| Hex | D | AE | 21 | 5D | 0 | 51 | 20 | 7F | 56 | 25 |
| Octal | 15 | 256 | 41 | 135 | 0 | 121 | 40 | 177 | 126 | 45 |
| Binary | 1101 | 10101110 | 100001 | 1011101 | 0 | 1010001 | 100000 | 1111111 | 1010110 | 100101 |
Color Harmonies of #0DAE21
Complementary color
Monochromatic Colors of #0DAE21
Black with #0DAE21
Text Example
Text Example
White with #0DAE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAE21; }
p { color: rgb(13,174,33); }
H1.HeaderClassName
{
color: #0DAE21;
}
.AnyTagClassName
{
color: #0DAE21;
}
</style>
background-color css
<style>
a { background-color: #0DAE21; }
a { background-color: rgb(13,174,33); }
div.DivClassName
{
background-color: #0DAE21;
}
.BgClassName
{
background-color: #0DAE21;
}
</style>
border-color css
<style>
span { border-color: #0DAE21; }
span { border-color: rgb(13,174,33); }
td.TdClassName
{
border-color: #0DAE21;
}
.TagClassName
{
border-color: #0DAE21;
}
</style>