Shades of Dark Pastel Green #0DC825
Tints of Dark Pastel Green #0DC825
RGB
CMYK
RGB Variations
Color information
#0DC825 (or 0x0DC825) is known color: Dark Pastel Green. HEX triplet: 0D, C8 and 25. RGB value is (13,200,37). Sum of RGB (Red+Green+Blue) = 13+200+37=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 200 (78.52% from 255 or 80% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC825 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC825 is #F237DA. Grayscale: #7D7D7D. Windows color (decimal): -15874011 or 2476045. OLE color: 2476045.
HSL color Cylindrical-coordinate representation of color #0DC825: hue angle of 127.7º 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 #0DC825 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 37 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.22 |
| HSL | 127.7º | 0.88% | 0.42% | - |
| HSV(B) | 127.7º | 0.94% | 0.78% | - |
| XYZ | 21.15 | 41.53 | 8.65 | - |
| YUV | 125.51 | 78.05 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 37 | 0.94 | 0 | 0.82 | 0.22 | 127.7 | 0.88 | 0.42 |
| Hex | D | C8 | 25 | 5E | 0 | 52 | 16 | 80 | 58 | 2A |
| Octal | 15 | 310 | 45 | 136 | 0 | 122 | 26 | 200 | 130 | 52 |
| Binary | 1101 | 11001000 | 100101 | 1011110 | 0 | 1010010 | 10110 | 10000000 | 1011000 | 101010 |
Color Harmonies of #0DC825
Complementary color
Monochromatic Colors of #0DC825
Black with #0DC825
Text Example
Text Example
White with #0DC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC825; }
p { color: rgb(13,200,37); }
H1.HeaderClassName
{
color: #0DC825;
}
.AnyTagClassName
{
color: #0DC825;
}
</style>
background-color css
<style>
a { background-color: #0DC825; }
a { background-color: rgb(13,200,37); }
div.DivClassName
{
background-color: #0DC825;
}
.BgClassName
{
background-color: #0DC825;
}
</style>
border-color css
<style>
span { border-color: #0DC825; }
span { border-color: rgb(13,200,37); }
td.TdClassName
{
border-color: #0DC825;
}
.TagClassName
{
border-color: #0DC825;
}
</style>