Shades of Pigment Green #0DAB49
Tints of Pigment Green #0DAB49
RGB
CMYK
RGB Variations
Color information
#0DAB49 (or 0x0DAB49) is known color: Pigment Green. HEX triplet: 0D, AB and 49. RGB value is (13,171,73). Sum of RGB (Red+Green+Blue) = 13+171+73=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 171 (67.19% from 255 or 66.54% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAB49 is #F254B6. Grayscale: #707070. Windows color (decimal): -15881399 or 4827917. OLE color: 4827917.
HSL color Cylindrical-coordinate representation of color #0DAB49: hue angle of 142.78º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAB49 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 73 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.33 |
| HSL | 142.78º | 0.86% | 0.36% | - |
| HSV(B) | 142.78º | 0.92% | 0.67% | - |
| XYZ | 15.93 | 29.69 | 11.19 | - |
| YUV | 112.59 | 105.65 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 73 | 0.92 | 0 | 0.57 | 0.33 | 142.78 | 0.86 | 0.36 |
| Hex | D | AB | 49 | 5C | 0 | 39 | 21 | 8F | 56 | 24 |
| Octal | 15 | 253 | 111 | 134 | 0 | 71 | 41 | 217 | 126 | 44 |
| Binary | 1101 | 10101011 | 1001001 | 1011100 | 0 | 111001 | 100001 | 10001111 | 1010110 | 100100 |
Color Harmonies of #0DAB49
Complementary color
Monochromatic Colors of #0DAB49
Black with #0DAB49
Text Example
Text Example
White with #0DAB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB49; }
p { color: rgb(13,171,73); }
H1.HeaderClassName
{
color: #0DAB49;
}
.AnyTagClassName
{
color: #0DAB49;
}
</style>
background-color css
<style>
a { background-color: #0DAB49; }
a { background-color: rgb(13,171,73); }
div.DivClassName
{
background-color: #0DAB49;
}
.BgClassName
{
background-color: #0DAB49;
}
</style>
border-color css
<style>
span { border-color: #0DAB49; }
span { border-color: rgb(13,171,73); }
td.TdClassName
{
border-color: #0DAB49;
}
.TagClassName
{
border-color: #0DAB49;
}
</style>