Shades of Dark Pastel Green #0DC63F
Tints of Dark Pastel Green #0DC63F
RGB
CMYK
RGB Variations
Color information
#0DC63F (or 0x0DC63F) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 3F. RGB value is (13,198,63). Sum of RGB (Red+Green+Blue) = 13+198+63=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 198 (77.73% from 255 or 72.26% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC63F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC63F is #F239C0. Grayscale: #7F7F7F. Windows color (decimal): -15874497 or 4179469. OLE color: 4179469.
HSL color Cylindrical-coordinate representation of color #0DC63F: hue angle of 136.22º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC63F is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 63 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.22 |
| HSL | 136.22º | 0.88% | 0.41% | - |
| HSV(B) | 136.22º | 0.93% | 0.78% | - |
| XYZ | 21.26 | 40.83 | 11.46 | - |
| YUV | 127.3 | 91.71 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 63 | 0.93 | 0 | 0.68 | 0.22 | 136.22 | 0.88 | 0.41 |
| Hex | D | C6 | 3F | 5D | 0 | 44 | 16 | 88 | 58 | 29 |
| Octal | 15 | 306 | 77 | 135 | 0 | 104 | 26 | 210 | 130 | 51 |
| Binary | 1101 | 11000110 | 111111 | 1011101 | 0 | 1000100 | 10110 | 10001000 | 1011000 | 101001 |
Color Harmonies of #0DC63F
Complementary color
Monochromatic Colors of #0DC63F
Black with #0DC63F
Text Example
Text Example
White with #0DC63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC63F; }
p { color: rgb(13,198,63); }
H1.HeaderClassName
{
color: #0DC63F;
}
.AnyTagClassName
{
color: #0DC63F;
}
</style>
background-color css
<style>
a { background-color: #0DC63F; }
a { background-color: rgb(13,198,63); }
div.DivClassName
{
background-color: #0DC63F;
}
.BgClassName
{
background-color: #0DC63F;
}
</style>
border-color css
<style>
span { border-color: #0DC63F; }
span { border-color: rgb(13,198,63); }
td.TdClassName
{
border-color: #0DC63F;
}
.TagClassName
{
border-color: #0DC63F;
}
</style>