Shades of Dark Pastel Green #0DCB18
Tints of Dark Pastel Green #0DCB18
RGB
CMYK
RGB Variations
Color information
#0DCB18 (or 0x0DCB18) is known color: Dark Pastel Green. HEX triplet: 0D, CB and 18. RGB value is (13,203,24). Sum of RGB (Red+Green+Blue) = 13+203+24=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 203 (79.69% from 255 or 84.58% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DCB18 is #F234E7. Grayscale: #7E7E7E. Windows color (decimal): -15873256 or 1624845. OLE color: 1624845.
HSL color Cylindrical-coordinate representation of color #0DCB18: hue angle of 123.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCB18 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 24 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.20 |
| HSL | 123.47º | 0.88% | 0.42% | - |
| HSV(B) | 123.47º | 0.94% | 0.8% | - |
| XYZ | 21.69 | 42.86 | 7.99 | - |
| YUV | 125.78 | 70.55 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 24 | 0.94 | 0 | 0.88 | 0.20 | 123.47 | 0.88 | 0.42 |
| Hex | D | CB | 18 | 5E | 0 | 58 | 14 | 7B | 58 | 2A |
| Octal | 15 | 313 | 30 | 136 | 0 | 130 | 24 | 173 | 130 | 52 |
| Binary | 1101 | 11001011 | 11000 | 1011110 | 0 | 1011000 | 10100 | 1111011 | 1011000 | 101010 |
Color Harmonies of #0DCB18
Complementary color
Monochromatic Colors of #0DCB18
Black with #0DCB18
Text Example
Text Example
White with #0DCB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCB18; }
p { color: rgb(13,203,24); }
H1.HeaderClassName
{
color: #0DCB18;
}
.AnyTagClassName
{
color: #0DCB18;
}
</style>
background-color css
<style>
a { background-color: #0DCB18; }
a { background-color: rgb(13,203,24); }
div.DivClassName
{
background-color: #0DCB18;
}
.BgClassName
{
background-color: #0DCB18;
}
</style>
border-color css
<style>
span { border-color: #0DCB18; }
span { border-color: rgb(13,203,24); }
td.TdClassName
{
border-color: #0DCB18;
}
.TagClassName
{
border-color: #0DCB18;
}
</style>