Shades of Dark Pastel Green #0DC839
Tints of Dark Pastel Green #0DC839
RGB
CMYK
RGB Variations
Color information
#0DC839 (or 0x0DC839) is known color: Dark Pastel Green. HEX triplet: 0D, C8 and 39. RGB value is (13,200,57). Sum of RGB (Red+Green+Blue) = 13+200+57=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 200 (78.52% from 255 or 74.07% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC839 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC839 is #F237C6. Grayscale: #808080. Windows color (decimal): -15873991 or 3786765. OLE color: 3786765.
HSL color Cylindrical-coordinate representation of color #0DC839: hue angle of 134.12º 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 #0DC839 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 57 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.22 |
| HSL | 134.12º | 0.88% | 0.42% | - |
| HSV(B) | 134.12º | 0.94% | 0.78% | - |
| XYZ | 21.56 | 41.69 | 10.78 | - |
| YUV | 127.79 | 88.05 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 57 | 0.94 | 0 | 0.72 | 0.22 | 134.12 | 0.88 | 0.42 |
| Hex | D | C8 | 39 | 5E | 0 | 48 | 16 | 86 | 58 | 2A |
| Octal | 15 | 310 | 71 | 136 | 0 | 110 | 26 | 206 | 130 | 52 |
| Binary | 1101 | 11001000 | 111001 | 1011110 | 0 | 1001000 | 10110 | 10000110 | 1011000 | 101010 |
Color Harmonies of #0DC839
Complementary color
Monochromatic Colors of #0DC839
Black with #0DC839
Text Example
Text Example
White with #0DC839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC839; }
p { color: rgb(13,200,57); }
H1.HeaderClassName
{
color: #0DC839;
}
.AnyTagClassName
{
color: #0DC839;
}
</style>
background-color css
<style>
a { background-color: #0DC839; }
a { background-color: rgb(13,200,57); }
div.DivClassName
{
background-color: #0DC839;
}
.BgClassName
{
background-color: #0DC839;
}
</style>
border-color css
<style>
span { border-color: #0DC839; }
span { border-color: rgb(13,200,57); }
td.TdClassName
{
border-color: #0DC839;
}
.TagClassName
{
border-color: #0DC839;
}
</style>