Shades of Dark Pastel Green #0DC917
Tints of Dark Pastel Green #0DC917
RGB
CMYK
RGB Variations
Color information
#0DC917 (or 0x0DC917) is known color: Dark Pastel Green. HEX triplet: 0D, C9 and 17. RGB value is (13,201,23). Sum of RGB (Red+Green+Blue) = 13+201+23=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 201 (78.91% from 255 or 84.81% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC917 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC917 is #F236E8. Grayscale: #7D7D7D. Windows color (decimal): -15873769 or 1558797. OLE color: 1558797.
HSL color Cylindrical-coordinate representation of color #0DC917: hue angle of 123.19º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC917 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 23 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.21 |
| HSL | 123.19º | 0.88% | 0.42% | - |
| HSV(B) | 123.19º | 0.94% | 0.79% | - |
| XYZ | 21.21 | 41.92 | 7.78 | - |
| YUV | 124.5 | 70.72 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 23 | 0.94 | 0 | 0.89 | 0.21 | 123.19 | 0.88 | 0.42 |
| Hex | D | C9 | 17 | 5E | 0 | 59 | 15 | 7B | 58 | 2A |
| Octal | 15 | 311 | 27 | 136 | 0 | 131 | 25 | 173 | 130 | 52 |
| Binary | 1101 | 11001001 | 10111 | 1011110 | 0 | 1011001 | 10101 | 1111011 | 1011000 | 101010 |
Color Harmonies of #0DC917
Complementary color
Monochromatic Colors of #0DC917
Black with #0DC917
Text Example
Text Example
White with #0DC917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC917; }
p { color: rgb(13,201,23); }
H1.HeaderClassName
{
color: #0DC917;
}
.AnyTagClassName
{
color: #0DC917;
}
</style>
background-color css
<style>
a { background-color: #0DC917; }
a { background-color: rgb(13,201,23); }
div.DivClassName
{
background-color: #0DC917;
}
.BgClassName
{
background-color: #0DC917;
}
</style>
border-color css
<style>
span { border-color: #0DC917; }
span { border-color: rgb(13,201,23); }
td.TdClassName
{
border-color: #0DC917;
}
.TagClassName
{
border-color: #0DC917;
}
</style>