Shades of Dark Pastel Green #0DC54D
Tints of Dark Pastel Green #0DC54D
RGB
CMYK
RGB Variations
Color information
#0DC54D (or 0x0DC54D) is known color: Dark Pastel Green. HEX triplet: 0D, C5 and 4D. RGB value is (13,197,77). Sum of RGB (Red+Green+Blue) = 13+197+77=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 197 (77.34% from 255 or 68.64% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 197 - color contains mainly: green. Hex color #0DC54D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC54D is #F23AB2. Grayscale: #808080. Windows color (decimal): -15874739 or 5096717. OLE color: 5096717.
HSL color Cylindrical-coordinate representation of color #0DC54D: hue angle of 140.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC54D is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 13 | 197 | 77 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.23 |
| HSL | 140.87º | 0.88% | 0.41% | - |
| HSV(B) | 140.87º | 0.93% | 0.77% | - |
| XYZ | 21.47 | 40.55 | 13.72 | - |
| YUV | 128.3 | 99.04 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 197 | 77 | 0.93 | 0 | 0.61 | 0.23 | 140.87 | 0.88 | 0.41 |
| Hex | D | C5 | 4D | 5D | 0 | 3D | 17 | 8D | 58 | 29 |
| Octal | 15 | 305 | 115 | 135 | 0 | 75 | 27 | 215 | 130 | 51 |
| Binary | 1101 | 11000101 | 1001101 | 1011101 | 0 | 111101 | 10111 | 10001101 | 1011000 | 101001 |
Color Harmonies of #0DC54D
Complementary color
Monochromatic Colors of #0DC54D
Black with #0DC54D
Text Example
Text Example
White with #0DC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC54D; }
p { color: rgb(13,197,77); }
H1.HeaderClassName
{
color: #0DC54D;
}
.AnyTagClassName
{
color: #0DC54D;
}
</style>
background-color css
<style>
a { background-color: #0DC54D; }
a { background-color: rgb(13,197,77); }
div.DivClassName
{
background-color: #0DC54D;
}
.BgClassName
{
background-color: #0DC54D;
}
</style>
border-color css
<style>
span { border-color: #0DC54D; }
span { border-color: rgb(13,197,77); }
td.TdClassName
{
border-color: #0DC54D;
}
.TagClassName
{
border-color: #0DC54D;
}
</style>