Shades of Dark Pastel Green #0DC03A
Tints of Dark Pastel Green #0DC03A
RGB
CMYK
RGB Variations
Color information
#0DC03A (or 0x0DC03A) is known color: Dark Pastel Green. HEX triplet: 0D, C0 and 3A. RGB value is (13,192,58). Sum of RGB (Red+Green+Blue) = 13+192+58=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC03A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC03A is #F23FC5. Grayscale: #7B7B7B. Windows color (decimal): -15876038 or 3850253. OLE color: 3850253.
HSL color Cylindrical-coordinate representation of color #0DC03A: hue angle of 135.08º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC03A is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 192 | 58 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.25 |
| HSL | 135.08º | 0.87% | 0.4% | - |
| HSV(B) | 135.08º | 0.93% | 0.75% | - |
| XYZ | 19.78 | 38.09 | 10.31 | - |
| YUV | 123.2 | 91.2 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 192 | 58 | 0.93 | 0 | 0.70 | 0.25 | 135.08 | 0.87 | 0.4 |
| Hex | D | C0 | 3A | 5D | 0 | 46 | 19 | 87 | 57 | 28 |
| Octal | 15 | 300 | 72 | 135 | 0 | 106 | 31 | 207 | 127 | 50 |
| Binary | 1101 | 11000000 | 111010 | 1011101 | 0 | 1000110 | 11001 | 10000111 | 1010111 | 101000 |
Color Harmonies of #0DC03A
Complementary color
Monochromatic Colors of #0DC03A
Black with #0DC03A
Text Example
Text Example
White with #0DC03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC03A; }
p { color: rgb(13,192,58); }
H1.HeaderClassName
{
color: #0DC03A;
}
.AnyTagClassName
{
color: #0DC03A;
}
</style>
background-color css
<style>
a { background-color: #0DC03A; }
a { background-color: rgb(13,192,58); }
div.DivClassName
{
background-color: #0DC03A;
}
.BgClassName
{
background-color: #0DC03A;
}
</style>
border-color css
<style>
span { border-color: #0DC03A; }
span { border-color: rgb(13,192,58); }
td.TdClassName
{
border-color: #0DC03A;
}
.TagClassName
{
border-color: #0DC03A;
}
</style>