Shades of Dark Pastel Green #0DC150
Tints of Dark Pastel Green #0DC150
RGB
CMYK
RGB Variations
Color information
#0DC150 (or 0x0DC150) is known color: Dark Pastel Green. HEX triplet: 0D, C1 and 50. RGB value is (13,193,80). Sum of RGB (Red+Green+Blue) = 13+193+80=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 193 (75.78% from 255 or 67.48% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC150 is #F23EAF. Grayscale: #7E7E7E. Windows color (decimal): -15875760 or 5292301. OLE color: 5292301.
HSL color Cylindrical-coordinate representation of color #0DC150: hue angle of 142.33º 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 #0DC150 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 13 | 193 | 80 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.24 |
| HSL | 142.33º | 0.87% | 0.4% | - |
| HSV(B) | 142.33º | 0.93% | 0.76% | - |
| XYZ | 20.68 | 38.8 | 13.99 | - |
| YUV | 126.3 | 101.87 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 193 | 80 | 0.93 | 0 | 0.59 | 0.24 | 142.33 | 0.87 | 0.4 |
| Hex | D | C1 | 50 | 5D | 0 | 3B | 18 | 8E | 57 | 28 |
| Octal | 15 | 301 | 120 | 135 | 0 | 73 | 30 | 216 | 127 | 50 |
| Binary | 1101 | 11000001 | 1010000 | 1011101 | 0 | 111011 | 11000 | 10001110 | 1010111 | 101000 |
Color Harmonies of #0DC150
Complementary color
Monochromatic Colors of #0DC150
Black with #0DC150
Text Example
Text Example
White with #0DC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC150; }
p { color: rgb(13,193,80); }
H1.HeaderClassName
{
color: #0DC150;
}
.AnyTagClassName
{
color: #0DC150;
}
</style>
background-color css
<style>
a { background-color: #0DC150; }
a { background-color: rgb(13,193,80); }
div.DivClassName
{
background-color: #0DC150;
}
.BgClassName
{
background-color: #0DC150;
}
</style>
border-color css
<style>
span { border-color: #0DC150; }
span { border-color: rgb(13,193,80); }
td.TdClassName
{
border-color: #0DC150;
}
.TagClassName
{
border-color: #0DC150;
}
</style>