Shades of Dark Pastel Green #0DC944
Tints of Dark Pastel Green #0DC944
RGB
CMYK
RGB Variations
Color information
#0DC944 (or 0x0DC944) is known color: Dark Pastel Green. HEX triplet: 0D, C9 and 44. RGB value is (13,201,68). Sum of RGB (Red+Green+Blue) = 13+201+68=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 201 (78.91% from 255 or 71.28% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC944 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC944 is #F236BB. Grayscale: #818181. Windows color (decimal): -15873724 or 4507917. OLE color: 4507917.
HSL color Cylindrical-coordinate representation of color #0DC944: hue angle of 137.55º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC944 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 68 | - |
| CMYK | 0.94 | 0 | 0.66 | 0.21 |
| HSL | 137.55º | 0.88% | 0.42% | - |
| HSV(B) | 137.55º | 0.94% | 0.79% | - |
| XYZ | 22.1 | 42.28 | 12.46 | - |
| YUV | 129.63 | 93.22 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 68 | 0.94 | 0 | 0.66 | 0.21 | 137.55 | 0.88 | 0.42 |
| Hex | D | C9 | 44 | 5E | 0 | 42 | 15 | 8A | 58 | 2A |
| Octal | 15 | 311 | 104 | 136 | 0 | 102 | 25 | 212 | 130 | 52 |
| Binary | 1101 | 11001001 | 1000100 | 1011110 | 0 | 1000010 | 10101 | 10001010 | 1011000 | 101010 |
Color Harmonies of #0DC944
Complementary color
Monochromatic Colors of #0DC944
Black with #0DC944
Text Example
Text Example
White with #0DC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC944; }
p { color: rgb(13,201,68); }
H1.HeaderClassName
{
color: #0DC944;
}
.AnyTagClassName
{
color: #0DC944;
}
</style>
background-color css
<style>
a { background-color: #0DC944; }
a { background-color: rgb(13,201,68); }
div.DivClassName
{
background-color: #0DC944;
}
.BgClassName
{
background-color: #0DC944;
}
</style>
border-color css
<style>
span { border-color: #0DC944; }
span { border-color: rgb(13,201,68); }
td.TdClassName
{
border-color: #0DC944;
}
.TagClassName
{
border-color: #0DC944;
}
</style>