Shades of Pigment Green #0DA044
Tints of Pigment Green #0DA044
RGB
CMYK
RGB Variations
Color information
#0DA044 (or 0x0DA044) is known color: Pigment Green. HEX triplet: 0D, A0 and 44. RGB value is (13,160,68). Sum of RGB (Red+Green+Blue) = 13+160+68=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 160 (62.89% from 255 or 66.39% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA044 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA044 is #F25FBB. Grayscale: #696969. Windows color (decimal): -15884220 or 4497421. OLE color: 4497421.
HSL color Cylindrical-coordinate representation of color #0DA044: hue angle of 142.45º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA044 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 160 | 68 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.37 |
| HSL | 142.45º | 0.85% | 0.34% | - |
| HSV(B) | 142.45º | 0.92% | 0.63% | - |
| XYZ | 13.78 | 25.64 | 9.69 | - |
| YUV | 105.56 | 106.8 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 68 | 0.92 | 0 | 0.57 | 0.37 | 142.45 | 0.85 | 0.34 |
| Hex | D | A0 | 44 | 5C | 0 | 39 | 25 | 8E | 55 | 22 |
| Octal | 15 | 240 | 104 | 134 | 0 | 71 | 45 | 216 | 125 | 42 |
| Binary | 1101 | 10100000 | 1000100 | 1011100 | 0 | 111001 | 100101 | 10001110 | 1010101 | 100010 |
Color Harmonies of #0DA044
Complementary color
Monochromatic Colors of #0DA044
Black with #0DA044
Text Example
Text Example
White with #0DA044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA044; }
p { color: rgb(13,160,68); }
H1.HeaderClassName
{
color: #0DA044;
}
.AnyTagClassName
{
color: #0DA044;
}
</style>
background-color css
<style>
a { background-color: #0DA044; }
a { background-color: rgb(13,160,68); }
div.DivClassName
{
background-color: #0DA044;
}
.BgClassName
{
background-color: #0DA044;
}
</style>
border-color css
<style>
span { border-color: #0DA044; }
span { border-color: rgb(13,160,68); }
td.TdClassName
{
border-color: #0DA044;
}
.TagClassName
{
border-color: #0DA044;
}
</style>