Shades of Dark Pastel Green #0DC316
Tints of Dark Pastel Green #0DC316
RGB
CMYK
RGB Variations
Color information
#0DC316 (or 0x0DC316) is known color: Dark Pastel Green. HEX triplet: 0D, C3 and 16. RGB value is (13,195,22). Sum of RGB (Red+Green+Blue) = 13+195+22=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 195 (76.56% from 255 or 84.78% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC316 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DC316 is #F23CE9. Grayscale: #797979. Windows color (decimal): -15875306 or 1491725. OLE color: 1491725.
HSL color Cylindrical-coordinate representation of color #0DC316: hue angle of 122.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC316 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 195 | 22 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.24 |
| HSL | 122.97º | 0.88% | 0.41% | - |
| HSV(B) | 122.97º | 0.93% | 0.76% | - |
| XYZ | 19.83 | 39.17 | 7.28 | - |
| YUV | 120.86 | 72.2 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 195 | 22 | 0.93 | 0 | 0.89 | 0.24 | 122.97 | 0.88 | 0.41 |
| Hex | D | C3 | 16 | 5D | 0 | 59 | 18 | 7B | 58 | 29 |
| Octal | 15 | 303 | 26 | 135 | 0 | 131 | 30 | 173 | 130 | 51 |
| Binary | 1101 | 11000011 | 10110 | 1011101 | 0 | 1011001 | 11000 | 1111011 | 1011000 | 101001 |
Color Harmonies of #0DC316
Complementary color
Monochromatic Colors of #0DC316
Black with #0DC316
Text Example
Text Example
White with #0DC316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC316; }
p { color: rgb(13,195,22); }
H1.HeaderClassName
{
color: #0DC316;
}
.AnyTagClassName
{
color: #0DC316;
}
</style>
background-color css
<style>
a { background-color: #0DC316; }
a { background-color: rgb(13,195,22); }
div.DivClassName
{
background-color: #0DC316;
}
.BgClassName
{
background-color: #0DC316;
}
</style>
border-color css
<style>
span { border-color: #0DC316; }
span { border-color: rgb(13,195,22); }
td.TdClassName
{
border-color: #0DC316;
}
.TagClassName
{
border-color: #0DC316;
}
</style>