Shades of Dark Pastel Green #0DC128
Tints of Dark Pastel Green #0DC128
RGB
CMYK
RGB Variations
Color information
#0DC128 (or 0x0DC128) is known color: Dark Pastel Green. HEX triplet: 0D, C1 and 28. RGB value is (13,193,40). Sum of RGB (Red+Green+Blue) = 13+193+40=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 193 (75.78% from 255 or 78.46% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC128 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC128 is #F23ED7. Grayscale: #7A7A7A. Windows color (decimal): -15875800 or 2670861. OLE color: 2670861.
HSL color Cylindrical-coordinate representation of color #0DC128: hue angle of 129º 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 #0DC128 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 40 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.24 |
| HSL | 129º | 0.87% | 0.4% | - |
| HSV(B) | 129º | 0.93% | 0.76% | - |
| XYZ | 19.62 | 38.38 | 8.38 | - |
| YUV | 121.74 | 81.87 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 40 | 0.93 | 0 | 0.79 | 0.24 | 129 | 0.87 | 0.4 |
| Hex | D | C1 | 28 | 5D | 0 | 4F | 18 | 81 | 57 | 28 |
| Octal | 15 | 301 | 50 | 135 | 0 | 117 | 30 | 201 | 127 | 50 |
| Binary | 1101 | 11000001 | 101000 | 1011101 | 0 | 1001111 | 11000 | 10000001 | 1010111 | 101000 |
Color Harmonies of #0DC128
Complementary color
Monochromatic Colors of #0DC128
Black with #0DC128
Text Example
Text Example
White with #0DC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC128; }
p { color: rgb(13,193,40); }
H1.HeaderClassName
{
color: #0DC128;
}
.AnyTagClassName
{
color: #0DC128;
}
</style>
background-color css
<style>
a { background-color: #0DC128; }
a { background-color: rgb(13,193,40); }
div.DivClassName
{
background-color: #0DC128;
}
.BgClassName
{
background-color: #0DC128;
}
</style>
border-color css
<style>
span { border-color: #0DC128; }
span { border-color: rgb(13,193,40); }
td.TdClassName
{
border-color: #0DC128;
}
.TagClassName
{
border-color: #0DC128;
}
</style>