Shades of Pigment Green #0DA949
Tints of Pigment Green #0DA949
RGB
CMYK
RGB Variations
Color information
#0DA949 (or 0x0DA949) is known color: Pigment Green. HEX triplet: 0D, A9 and 49. RGB value is (13,169,73). Sum of RGB (Red+Green+Blue) = 13+169+73=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 169 (66.41% from 255 or 66.27% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA949 is #F256B6. Grayscale: #6F6F6F. Windows color (decimal): -15881911 or 4827405. OLE color: 4827405.
HSL color Cylindrical-coordinate representation of color #0DA949: hue angle of 143.08º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA949 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 73 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.34 |
| HSL | 143.08º | 0.86% | 0.36% | - |
| HSV(B) | 143.08º | 0.92% | 0.66% | - |
| XYZ | 15.56 | 28.94 | 11.07 | - |
| YUV | 111.41 | 106.32 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 73 | 0.92 | 0 | 0.57 | 0.34 | 143.08 | 0.86 | 0.36 |
| Hex | D | A9 | 49 | 5C | 0 | 39 | 22 | 8F | 56 | 24 |
| Octal | 15 | 251 | 111 | 134 | 0 | 71 | 42 | 217 | 126 | 44 |
| Binary | 1101 | 10101001 | 1001001 | 1011100 | 0 | 111001 | 100010 | 10001111 | 1010110 | 100100 |
Color Harmonies of #0DA949
Complementary color
Monochromatic Colors of #0DA949
Black with #0DA949
Text Example
Text Example
White with #0DA949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA949; }
p { color: rgb(13,169,73); }
H1.HeaderClassName
{
color: #0DA949;
}
.AnyTagClassName
{
color: #0DA949;
}
</style>
background-color css
<style>
a { background-color: #0DA949; }
a { background-color: rgb(13,169,73); }
div.DivClassName
{
background-color: #0DA949;
}
.BgClassName
{
background-color: #0DA949;
}
</style>
border-color css
<style>
span { border-color: #0DA949; }
span { border-color: rgb(13,169,73); }
td.TdClassName
{
border-color: #0DA949;
}
.TagClassName
{
border-color: #0DA949;
}
</style>