Shades of Dark Pastel Green #0DCD18
Tints of Dark Pastel Green #0DCD18
RGB
CMYK
RGB Variations
Color information
#0DCD18 (or 0x0DCD18) is known color: Dark Pastel Green. HEX triplet: 0D, CD and 18. RGB value is (13,205,24). Sum of RGB (Red+Green+Blue) = 13+205+24=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 205 (80.47% from 255 or 84.71% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DCD18 is #F232E7. Grayscale: #7F7F7F. Windows color (decimal): -15872744 or 1625357. OLE color: 1625357.
HSL color Cylindrical-coordinate representation of color #0DCD18: hue angle of 123.44º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCD18 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 205 | 24 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.20 |
| HSL | 123.44º | 0.88% | 0.43% | - |
| HSV(B) | 123.44º | 0.94% | 0.8% | - |
| XYZ | 22.16 | 43.81 | 8.15 | - |
| YUV | 126.96 | 69.89 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 205 | 24 | 0.94 | 0 | 0.88 | 0.20 | 123.44 | 0.88 | 0.43 |
| Hex | D | CD | 18 | 5E | 0 | 58 | 14 | 7B | 58 | 2B |
| Octal | 15 | 315 | 30 | 136 | 0 | 130 | 24 | 173 | 130 | 53 |
| Binary | 1101 | 11001101 | 11000 | 1011110 | 0 | 1011000 | 10100 | 1111011 | 1011000 | 101011 |
Color Harmonies of #0DCD18
Complementary color
Monochromatic Colors of #0DCD18
Black with #0DCD18
Text Example
Text Example
White with #0DCD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCD18; }
p { color: rgb(13,205,24); }
H1.HeaderClassName
{
color: #0DCD18;
}
.AnyTagClassName
{
color: #0DCD18;
}
</style>
background-color css
<style>
a { background-color: #0DCD18; }
a { background-color: rgb(13,205,24); }
div.DivClassName
{
background-color: #0DCD18;
}
.BgClassName
{
background-color: #0DCD18;
}
</style>
border-color css
<style>
span { border-color: #0DCD18; }
span { border-color: rgb(13,205,24); }
td.TdClassName
{
border-color: #0DCD18;
}
.TagClassName
{
border-color: #0DCD18;
}
</style>