Shades of Dark Pastel Green #0DC640
Tints of Dark Pastel Green #0DC640
RGB
CMYK
RGB Variations
Color information
#0DC640 (or 0x0DC640) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 40. RGB value is (13,198,64). Sum of RGB (Red+Green+Blue) = 13+198+64=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 198 (77.73% from 255 or 72% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC640 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC640 is #F239BF. Grayscale: #7F7F7F. Windows color (decimal): -15874496 or 4245005. OLE color: 4245005.
HSL color Cylindrical-coordinate representation of color #0DC640: hue angle of 136.54º 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 #0DC640 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 64 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.22 |
| HSL | 136.54º | 0.88% | 0.41% | - |
| HSV(B) | 136.54º | 0.93% | 0.78% | - |
| XYZ | 21.29 | 40.84 | 11.61 | - |
| YUV | 127.41 | 92.21 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 64 | 0.93 | 0 | 0.68 | 0.22 | 136.54 | 0.88 | 0.41 |
| Hex | D | C6 | 40 | 5D | 0 | 44 | 16 | 89 | 58 | 29 |
| Octal | 15 | 306 | 100 | 135 | 0 | 104 | 26 | 211 | 130 | 51 |
| Binary | 1101 | 11000110 | 1000000 | 1011101 | 0 | 1000100 | 10110 | 10001001 | 1011000 | 101001 |
Color Harmonies of #0DC640
Complementary color
Monochromatic Colors of #0DC640
Black with #0DC640
Text Example
Text Example
White with #0DC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC640; }
p { color: rgb(13,198,64); }
H1.HeaderClassName
{
color: #0DC640;
}
.AnyTagClassName
{
color: #0DC640;
}
</style>
background-color css
<style>
a { background-color: #0DC640; }
a { background-color: rgb(13,198,64); }
div.DivClassName
{
background-color: #0DC640;
}
.BgClassName
{
background-color: #0DC640;
}
</style>
border-color css
<style>
span { border-color: #0DC640; }
span { border-color: rgb(13,198,64); }
td.TdClassName
{
border-color: #0DC640;
}
.TagClassName
{
border-color: #0DC640;
}
</style>