Shades of Dark Pastel Green #0DC926
Tints of Dark Pastel Green #0DC926
RGB
CMYK
RGB Variations
Color information
#0DC926 (or 0x0DC926) is known color: Dark Pastel Green. HEX triplet: 0D, C9 and 26. RGB value is (13,201,38). Sum of RGB (Red+Green+Blue) = 13+201+38=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 201 (78.91% from 255 or 79.76% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC926 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC926 is #F236D9. Grayscale: #7E7E7E. Windows color (decimal): -15873754 or 2541837. OLE color: 2541837.
HSL color Cylindrical-coordinate representation of color #0DC926: hue angle of 127.98º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC926 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 38 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.21 |
| HSL | 127.98º | 0.88% | 0.42% | - |
| HSV(B) | 127.98º | 0.94% | 0.79% | - |
| XYZ | 21.4 | 42 | 8.81 | - |
| YUV | 126.21 | 78.22 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 38 | 0.94 | 0 | 0.81 | 0.21 | 127.98 | 0.88 | 0.42 |
| Hex | D | C9 | 26 | 5E | 0 | 51 | 15 | 80 | 58 | 2A |
| Octal | 15 | 311 | 46 | 136 | 0 | 121 | 25 | 200 | 130 | 52 |
| Binary | 1101 | 11001001 | 100110 | 1011110 | 0 | 1010001 | 10101 | 10000000 | 1011000 | 101010 |
Color Harmonies of #0DC926
Complementary color
Monochromatic Colors of #0DC926
Black with #0DC926
Text Example
Text Example
White with #0DC926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC926; }
p { color: rgb(13,201,38); }
H1.HeaderClassName
{
color: #0DC926;
}
.AnyTagClassName
{
color: #0DC926;
}
</style>
background-color css
<style>
a { background-color: #0DC926; }
a { background-color: rgb(13,201,38); }
div.DivClassName
{
background-color: #0DC926;
}
.BgClassName
{
background-color: #0DC926;
}
</style>
border-color css
<style>
span { border-color: #0DC926; }
span { border-color: rgb(13,201,38); }
td.TdClassName
{
border-color: #0DC926;
}
.TagClassName
{
border-color: #0DC926;
}
</style>