Shades of Dark Pastel Green #0DC949
Tints of Dark Pastel Green #0DC949
RGB
CMYK
RGB Variations
Color information
#0DC949 (or 0x0DC949) is known color: Dark Pastel Green. HEX triplet: 0D, C9 and 49. RGB value is (13,201,73). Sum of RGB (Red+Green+Blue) = 13+201+73=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 201 (78.91% from 255 or 70.03% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC949 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DC949 is #F236B6. Grayscale: #828282. Windows color (decimal): -15873719 or 4835597. OLE color: 4835597.
HSL color Cylindrical-coordinate representation of color #0DC949: hue angle of 139.15º 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 #0DC949 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 201 | 73 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.21 |
| HSL | 139.15º | 0.88% | 0.42% | - |
| HSV(B) | 139.15º | 0.94% | 0.79% | - |
| XYZ | 22.26 | 42.34 | 13.3 | - |
| YUV | 130.2 | 95.72 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 201 | 73 | 0.94 | 0 | 0.64 | 0.21 | 139.15 | 0.88 | 0.42 |
| Hex | D | C9 | 49 | 5E | 0 | 40 | 15 | 8B | 58 | 2A |
| Octal | 15 | 311 | 111 | 136 | 0 | 100 | 25 | 213 | 130 | 52 |
| Binary | 1101 | 11001001 | 1001001 | 1011110 | 0 | 1000000 | 10101 | 10001011 | 1011000 | 101010 |
Color Harmonies of #0DC949
Complementary color
Monochromatic Colors of #0DC949
Black with #0DC949
Text Example
Text Example
White with #0DC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC949; }
p { color: rgb(13,201,73); }
H1.HeaderClassName
{
color: #0DC949;
}
.AnyTagClassName
{
color: #0DC949;
}
</style>
background-color css
<style>
a { background-color: #0DC949; }
a { background-color: rgb(13,201,73); }
div.DivClassName
{
background-color: #0DC949;
}
.BgClassName
{
background-color: #0DC949;
}
</style>
border-color css
<style>
span { border-color: #0DC949; }
span { border-color: rgb(13,201,73); }
td.TdClassName
{
border-color: #0DC949;
}
.TagClassName
{
border-color: #0DC949;
}
</style>