Shades of Pigment Green #0DAA49
Tints of Pigment Green #0DAA49
RGB
CMYK
RGB Variations
Color information
#0DAA49 (or 0x0DAA49) is known color: Pigment Green. HEX triplet: 0D, AA and 49. RGB value is (13,170,73). Sum of RGB (Red+Green+Blue) = 13+170+73=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 170 (66.80% from 255 or 66.41% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAA49 is #F255B6. Grayscale: #707070. Windows color (decimal): -15881655 or 4827661. OLE color: 4827661.
HSL color Cylindrical-coordinate representation of color #0DAA49: hue angle of 142.93º 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 #0DAA49 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 73 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.33 |
| HSL | 142.93º | 0.86% | 0.36% | - |
| HSV(B) | 142.93º | 0.92% | 0.67% | - |
| XYZ | 15.74 | 29.32 | 11.13 | - |
| YUV | 112 | 105.99 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 73 | 0.92 | 0 | 0.57 | 0.33 | 142.93 | 0.86 | 0.36 |
| Hex | D | AA | 49 | 5C | 0 | 39 | 21 | 8F | 56 | 24 |
| Octal | 15 | 252 | 111 | 134 | 0 | 71 | 41 | 217 | 126 | 44 |
| Binary | 1101 | 10101010 | 1001001 | 1011100 | 0 | 111001 | 100001 | 10001111 | 1010110 | 100100 |
Color Harmonies of #0DAA49
Complementary color
Monochromatic Colors of #0DAA49
Black with #0DAA49
Text Example
Text Example
White with #0DAA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA49; }
p { color: rgb(13,170,73); }
H1.HeaderClassName
{
color: #0DAA49;
}
.AnyTagClassName
{
color: #0DAA49;
}
</style>
background-color css
<style>
a { background-color: #0DAA49; }
a { background-color: rgb(13,170,73); }
div.DivClassName
{
background-color: #0DAA49;
}
.BgClassName
{
background-color: #0DAA49;
}
</style>
border-color css
<style>
span { border-color: #0DAA49; }
span { border-color: rgb(13,170,73); }
td.TdClassName
{
border-color: #0DAA49;
}
.TagClassName
{
border-color: #0DAA49;
}
</style>