Shades of Pigment Green #0DAD49
Tints of Pigment Green #0DAD49
RGB
CMYK
RGB Variations
Color information
#0DAD49 (or 0x0DAD49) is known color: Pigment Green. HEX triplet: 0D, AD and 49. RGB value is (13,173,73). Sum of RGB (Red+Green+Blue) = 13+173+73=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 173 (67.97% from 255 or 66.80% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD49 is #F252B6. Grayscale: #727272. Windows color (decimal): -15880887 or 4828429. OLE color: 4828429.
HSL color Cylindrical-coordinate representation of color #0DAD49: hue angle of 142.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAD49 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 73 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.32 |
| HSL | 142.5º | 0.86% | 0.36% | - |
| HSV(B) | 142.5º | 0.92% | 0.68% | - |
| XYZ | 16.31 | 30.45 | 11.32 | - |
| YUV | 113.76 | 104.99 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 73 | 0.92 | 0 | 0.58 | 0.32 | 142.5 | 0.86 | 0.36 |
| Hex | D | AD | 49 | 5C | 0 | 3A | 20 | 8E | 56 | 24 |
| Octal | 15 | 255 | 111 | 134 | 0 | 72 | 40 | 216 | 126 | 44 |
| Binary | 1101 | 10101101 | 1001001 | 1011100 | 0 | 111010 | 100000 | 10001110 | 1010110 | 100100 |
Color Harmonies of #0DAD49
Complementary color
Monochromatic Colors of #0DAD49
Black with #0DAD49
Text Example
Text Example
White with #0DAD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD49; }
p { color: rgb(13,173,73); }
H1.HeaderClassName
{
color: #0DAD49;
}
.AnyTagClassName
{
color: #0DAD49;
}
</style>
background-color css
<style>
a { background-color: #0DAD49; }
a { background-color: rgb(13,173,73); }
div.DivClassName
{
background-color: #0DAD49;
}
.BgClassName
{
background-color: #0DAD49;
}
</style>
border-color css
<style>
span { border-color: #0DAD49; }
span { border-color: rgb(13,173,73); }
td.TdClassName
{
border-color: #0DAD49;
}
.TagClassName
{
border-color: #0DAD49;
}
</style>