Shades of Dark Pastel Green #0DC818
Tints of Dark Pastel Green #0DC818
RGB
CMYK
RGB Variations
Color information
#0DC818 (or 0x0DC818) is known color: Dark Pastel Green. HEX triplet: 0D, C8 and 18. RGB value is (13,200,24). Sum of RGB (Red+Green+Blue) = 13+200+24=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 200 (78.52% from 255 or 84.39% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC818 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC818 is #F237E7. Grayscale: #7C7C7C. Windows color (decimal): -15874024 or 1624077. OLE color: 1624077.
HSL color Cylindrical-coordinate representation of color #0DC818: hue angle of 123.53º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC818 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 24 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.22 |
| HSL | 123.53º | 0.88% | 0.42% | - |
| HSV(B) | 123.53º | 0.94% | 0.78% | - |
| XYZ | 20.99 | 41.46 | 7.76 | - |
| YUV | 124.02 | 71.55 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 24 | 0.94 | 0 | 0.88 | 0.22 | 123.53 | 0.88 | 0.42 |
| Hex | D | C8 | 18 | 5E | 0 | 58 | 16 | 7C | 58 | 2A |
| Octal | 15 | 310 | 30 | 136 | 0 | 130 | 26 | 174 | 130 | 52 |
| Binary | 1101 | 11001000 | 11000 | 1011110 | 0 | 1011000 | 10110 | 1111100 | 1011000 | 101010 |
Color Harmonies of #0DC818
Complementary color
Monochromatic Colors of #0DC818
Black with #0DC818
Text Example
Text Example
White with #0DC818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC818; }
p { color: rgb(13,200,24); }
H1.HeaderClassName
{
color: #0DC818;
}
.AnyTagClassName
{
color: #0DC818;
}
</style>
background-color css
<style>
a { background-color: #0DC818; }
a { background-color: rgb(13,200,24); }
div.DivClassName
{
background-color: #0DC818;
}
.BgClassName
{
background-color: #0DC818;
}
</style>
border-color css
<style>
span { border-color: #0DC818; }
span { border-color: rgb(13,200,24); }
td.TdClassName
{
border-color: #0DC818;
}
.TagClassName
{
border-color: #0DC818;
}
</style>