Shades of Dark Pastel Green #0DC81A
Tints of Dark Pastel Green #0DC81A
RGB
CMYK
RGB Variations
Color information
#0DC81A (or 0x0DC81A) is known color: Dark Pastel Green. HEX triplet: 0D, C8 and 1A. RGB value is (13,200,26). Sum of RGB (Red+Green+Blue) = 13+200+26=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 200 (78.52% from 255 or 83.68% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC81A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC81A is #F237E5. Grayscale: #7C7C7C. Windows color (decimal): -15874022 or 1755149. OLE color: 1755149.
HSL color Cylindrical-coordinate representation of color #0DC81A: hue angle of 124.17º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC81A is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 200 | 26 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.22 |
| HSL | 124.17º | 0.88% | 0.42% | - |
| HSV(B) | 124.17º | 0.94% | 0.78% | - |
| XYZ | 21.01 | 41.47 | 7.87 | - |
| YUV | 124.25 | 72.55 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 26 | 0.94 | 0 | 0.87 | 0.22 | 124.17 | 0.88 | 0.42 |
| Hex | D | C8 | 1A | 5E | 0 | 57 | 16 | 7C | 58 | 2A |
| Octal | 15 | 310 | 32 | 136 | 0 | 127 | 26 | 174 | 130 | 52 |
| Binary | 1101 | 11001000 | 11010 | 1011110 | 0 | 1010111 | 10110 | 1111100 | 1011000 | 101010 |
Color Harmonies of #0DC81A
Complementary color
Monochromatic Colors of #0DC81A
Black with #0DC81A
Text Example
Text Example
White with #0DC81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC81A; }
p { color: rgb(13,200,26); }
H1.HeaderClassName
{
color: #0DC81A;
}
.AnyTagClassName
{
color: #0DC81A;
}
</style>
background-color css
<style>
a { background-color: #0DC81A; }
a { background-color: rgb(13,200,26); }
div.DivClassName
{
background-color: #0DC81A;
}
.BgClassName
{
background-color: #0DC81A;
}
</style>
border-color css
<style>
span { border-color: #0DC81A; }
span { border-color: rgb(13,200,26); }
td.TdClassName
{
border-color: #0DC81A;
}
.TagClassName
{
border-color: #0DC81A;
}
</style>