Shades of Dark Pastel Green #0DC040
Tints of Dark Pastel Green #0DC040
RGB
CMYK
RGB Variations
Color information
#0DC040 (or 0x0DC040) is known color: Dark Pastel Green. HEX triplet: 0D, C0 and 40. RGB value is (13,192,64). Sum of RGB (Red+Green+Blue) = 13+192+64=269 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.83% from 269); Green value is 192 (75.39% from 255 or 71.38% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC040 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC040 is #F23FBF. Grayscale: #7C7C7C. Windows color (decimal): -15876032 or 4243469. OLE color: 4243469.
HSL color Cylindrical-coordinate representation of color #0DC040: hue angle of 137.09º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC040 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 192 | 64 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.25 |
| HSL | 137.1º | 0.87% | 0.4% | - |
| HSV(B) | 137.1º | 0.93% | 0.75% | - |
| XYZ | 19.94 | 38.16 | 11.16 | - |
| YUV | 123.89 | 94.2 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 64 | 0.93 | 0 | 0.67 | 0.25 | 137.1 | 0.87 | 0.4 |
| Hex | D | C0 | 40 | 5D | 0 | 43 | 19 | 89 | 57 | 28 |
| Octal | 15 | 300 | 100 | 135 | 0 | 103 | 31 | 211 | 127 | 50 |
| Binary | 1101 | 11000000 | 1000000 | 1011101 | 0 | 1000011 | 11001 | 10001001 | 1010111 | 101000 |
Color Harmonies of #0DC040
Complementary color
Monochromatic Colors of #0DC040
Black with #0DC040
Text Example
Text Example
White with #0DC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC040; }
p { color: rgb(13,192,64); }
H1.HeaderClassName
{
color: #0DC040;
}
.AnyTagClassName
{
color: #0DC040;
}
</style>
background-color css
<style>
a { background-color: #0DC040; }
a { background-color: rgb(13,192,64); }
div.DivClassName
{
background-color: #0DC040;
}
.BgClassName
{
background-color: #0DC040;
}
</style>
border-color css
<style>
span { border-color: #0DC040; }
span { border-color: rgb(13,192,64); }
td.TdClassName
{
border-color: #0DC040;
}
.TagClassName
{
border-color: #0DC040;
}
</style>