Shades of Dark Pastel Green #0DC647
Tints of Dark Pastel Green #0DC647
RGB
CMYK
RGB Variations
Color information
#0DC647 (or 0x0DC647) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 47. RGB value is (13,198,71). Sum of RGB (Red+Green+Blue) = 13+198+71=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 198 (77.73% from 255 or 70.21% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC647 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC647 is #F239B8. Grayscale: #808080. Windows color (decimal): -15874489 or 4703757. OLE color: 4703757.
HSL color Cylindrical-coordinate representation of color #0DC647: hue angle of 138.81º 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 #0DC647 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 71 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.22 |
| HSL | 138.81º | 0.88% | 0.41% | - |
| HSV(B) | 138.81º | 0.93% | 0.78% | - |
| XYZ | 21.5 | 40.93 | 12.73 | - |
| YUV | 128.21 | 95.71 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 71 | 0.93 | 0 | 0.64 | 0.22 | 138.81 | 0.88 | 0.41 |
| Hex | D | C6 | 47 | 5D | 0 | 40 | 16 | 8B | 58 | 29 |
| Octal | 15 | 306 | 107 | 135 | 0 | 100 | 26 | 213 | 130 | 51 |
| Binary | 1101 | 11000110 | 1000111 | 1011101 | 0 | 1000000 | 10110 | 10001011 | 1011000 | 101001 |
Color Harmonies of #0DC647
Complementary color
Monochromatic Colors of #0DC647
Black with #0DC647
Text Example
Text Example
White with #0DC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC647; }
p { color: rgb(13,198,71); }
H1.HeaderClassName
{
color: #0DC647;
}
.AnyTagClassName
{
color: #0DC647;
}
</style>
background-color css
<style>
a { background-color: #0DC647; }
a { background-color: rgb(13,198,71); }
div.DivClassName
{
background-color: #0DC647;
}
.BgClassName
{
background-color: #0DC647;
}
</style>
border-color css
<style>
span { border-color: #0DC647; }
span { border-color: rgb(13,198,71); }
td.TdClassName
{
border-color: #0DC647;
}
.TagClassName
{
border-color: #0DC647;
}
</style>