Shades of Dark Pastel Green #0DC122
Tints of Dark Pastel Green #0DC122
RGB
CMYK
RGB Variations
Color information
#0DC122 (or 0x0DC122) is known color: Dark Pastel Green. HEX triplet: 0D, C1 and 22. RGB value is (13,193,34). Sum of RGB (Red+Green+Blue) = 13+193+34=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 193 (75.78% from 255 or 80.42% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC122 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC122 is #F23EDD. Grayscale: #797979. Windows color (decimal): -15875806 or 2277645. OLE color: 2277645.
HSL color Cylindrical-coordinate representation of color #0DC122: hue angle of 127º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC122 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 34 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.24 |
| HSL | 127º | 0.87% | 0.4% | - |
| HSV(B) | 127º | 0.93% | 0.76% | - |
| XYZ | 19.52 | 38.34 | 7.88 | - |
| YUV | 121.05 | 78.87 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 34 | 0.93 | 0 | 0.82 | 0.24 | 127 | 0.87 | 0.4 |
| Hex | D | C1 | 22 | 5D | 0 | 52 | 18 | 7F | 57 | 28 |
| Octal | 15 | 301 | 42 | 135 | 0 | 122 | 30 | 177 | 127 | 50 |
| Binary | 1101 | 11000001 | 100010 | 1011101 | 0 | 1010010 | 11000 | 1111111 | 1010111 | 101000 |
Color Harmonies of #0DC122
Complementary color
Monochromatic Colors of #0DC122
Black with #0DC122
Text Example
Text Example
White with #0DC122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC122; }
p { color: rgb(13,193,34); }
H1.HeaderClassName
{
color: #0DC122;
}
.AnyTagClassName
{
color: #0DC122;
}
</style>
background-color css
<style>
a { background-color: #0DC122; }
a { background-color: rgb(13,193,34); }
div.DivClassName
{
background-color: #0DC122;
}
.BgClassName
{
background-color: #0DC122;
}
</style>
border-color css
<style>
span { border-color: #0DC122; }
span { border-color: rgb(13,193,34); }
td.TdClassName
{
border-color: #0DC122;
}
.TagClassName
{
border-color: #0DC122;
}
</style>