Shades of Dark Pastel Green #0DC624
Tints of Dark Pastel Green #0DC624
RGB
CMYK
RGB Variations
Color information
#0DC624 (or 0x0DC624) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 24. RGB value is (13,198,36). Sum of RGB (Red+Green+Blue) = 13+198+36=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 198 (77.73% from 255 or 80.16% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC624 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC624 is #F239DB. Grayscale: #7C7C7C. Windows color (decimal): -15874524 or 2409997. OLE color: 2409997.
HSL color Cylindrical-coordinate representation of color #0DC624: hue angle of 127.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC624 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 36 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.22 |
| HSL | 127.46º | 0.88% | 0.41% | - |
| HSV(B) | 127.46º | 0.93% | 0.78% | - |
| XYZ | 20.68 | 40.6 | 8.42 | - |
| YUV | 124.22 | 78.21 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 36 | 0.93 | 0 | 0.82 | 0.22 | 127.46 | 0.88 | 0.41 |
| Hex | D | C6 | 24 | 5D | 0 | 52 | 16 | 7F | 58 | 29 |
| Octal | 15 | 306 | 44 | 135 | 0 | 122 | 26 | 177 | 130 | 51 |
| Binary | 1101 | 11000110 | 100100 | 1011101 | 0 | 1010010 | 10110 | 1111111 | 1011000 | 101001 |
Color Harmonies of #0DC624
Complementary color
Monochromatic Colors of #0DC624
Black with #0DC624
Text Example
Text Example
White with #0DC624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC624; }
p { color: rgb(13,198,36); }
H1.HeaderClassName
{
color: #0DC624;
}
.AnyTagClassName
{
color: #0DC624;
}
</style>
background-color css
<style>
a { background-color: #0DC624; }
a { background-color: rgb(13,198,36); }
div.DivClassName
{
background-color: #0DC624;
}
.BgClassName
{
background-color: #0DC624;
}
</style>
border-color css
<style>
span { border-color: #0DC624; }
span { border-color: rgb(13,198,36); }
td.TdClassName
{
border-color: #0DC624;
}
.TagClassName
{
border-color: #0DC624;
}
</style>