Shades of Pigment Green #0DA849
Tints of Pigment Green #0DA849
RGB
CMYK
RGB Variations
Color information
#0DA849 (or 0x0DA849) is known color: Pigment Green. HEX triplet: 0D, A8 and 49. RGB value is (13,168,73). Sum of RGB (Red+Green+Blue) = 13+168+73=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 168 (66.02% from 255 or 66.14% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA849 is #F257B6. Grayscale: #6F6F6F. Windows color (decimal): -15882167 or 4827149. OLE color: 4827149.
HSL color Cylindrical-coordinate representation of color #0DA849: hue angle of 143.23º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA849 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 168 | 73 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.34 |
| HSL | 143.23º | 0.86% | 0.35% | - |
| HSV(B) | 143.23º | 0.92% | 0.66% | - |
| XYZ | 15.37 | 28.57 | 11.01 | - |
| YUV | 110.83 | 106.65 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 168 | 73 | 0.92 | 0 | 0.57 | 0.34 | 143.23 | 0.86 | 0.35 |
| Hex | D | A8 | 49 | 5C | 0 | 39 | 22 | 8F | 56 | 23 |
| Octal | 15 | 250 | 111 | 134 | 0 | 71 | 42 | 217 | 126 | 43 |
| Binary | 1101 | 10101000 | 1001001 | 1011100 | 0 | 111001 | 100010 | 10001111 | 1010110 | 100011 |
Color Harmonies of #0DA849
Complementary color
Monochromatic Colors of #0DA849
Black with #0DA849
Text Example
Text Example
White with #0DA849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA849; }
p { color: rgb(13,168,73); }
H1.HeaderClassName
{
color: #0DA849;
}
.AnyTagClassName
{
color: #0DA849;
}
</style>
background-color css
<style>
a { background-color: #0DA849; }
a { background-color: rgb(13,168,73); }
div.DivClassName
{
background-color: #0DA849;
}
.BgClassName
{
background-color: #0DA849;
}
</style>
border-color css
<style>
span { border-color: #0DA849; }
span { border-color: rgb(13,168,73); }
td.TdClassName
{
border-color: #0DA849;
}
.TagClassName
{
border-color: #0DA849;
}
</style>