Shades of Dark Pastel Green #0DC648
Tints of Dark Pastel Green #0DC648
RGB
CMYK
RGB Variations
Color information
#0DC648 (or 0x0DC648) is known color: Dark Pastel Green. HEX triplet: 0D, C6 and 48. RGB value is (13,198,72). Sum of RGB (Red+Green+Blue) = 13+198+72=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 198 (77.73% from 255 or 69.96% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC648 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC648 is #F239B7. Grayscale: #808080. Windows color (decimal): -15874488 or 4769293. OLE color: 4769293.
HSL color Cylindrical-coordinate representation of color #0DC648: hue angle of 139.14º 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 #0DC648 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 13 | 198 | 72 | - |
| CMYK | 0.93 | 0 | 0.64 | 0.22 |
| HSL | 139.14º | 0.88% | 0.41% | - |
| HSV(B) | 139.14º | 0.93% | 0.78% | - |
| XYZ | 21.53 | 40.94 | 12.9 | - |
| YUV | 128.32 | 96.21 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 198 | 72 | 0.93 | 0 | 0.64 | 0.22 | 139.14 | 0.88 | 0.41 |
| Hex | D | C6 | 48 | 5D | 0 | 40 | 16 | 8B | 58 | 29 |
| Octal | 15 | 306 | 110 | 135 | 0 | 100 | 26 | 213 | 130 | 51 |
| Binary | 1101 | 11000110 | 1001000 | 1011101 | 0 | 1000000 | 10110 | 10001011 | 1011000 | 101001 |
Color Harmonies of #0DC648
Complementary color
Monochromatic Colors of #0DC648
Black with #0DC648
Text Example
Text Example
White with #0DC648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC648; }
p { color: rgb(13,198,72); }
H1.HeaderClassName
{
color: #0DC648;
}
.AnyTagClassName
{
color: #0DC648;
}
</style>
background-color css
<style>
a { background-color: #0DC648; }
a { background-color: rgb(13,198,72); }
div.DivClassName
{
background-color: #0DC648;
}
.BgClassName
{
background-color: #0DC648;
}
</style>
border-color css
<style>
span { border-color: #0DC648; }
span { border-color: rgb(13,198,72); }
td.TdClassName
{
border-color: #0DC648;
}
.TagClassName
{
border-color: #0DC648;
}
</style>