Shades of Pigment Green #0DA445
Tints of Pigment Green #0DA445
RGB
CMYK
RGB Variations
Color information
#0DA445 (or 0x0DA445) is known color: Pigment Green. HEX triplet: 0D, A4 and 45. RGB value is (13,164,69). Sum of RGB (Red+Green+Blue) = 13+164+69=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 164 (64.45% from 255 or 66.67% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA445 is #F25BBA. Grayscale: #6C6C6C. Windows color (decimal): -15883195 or 4563981. OLE color: 4563981.
HSL color Cylindrical-coordinate representation of color #0DA445: hue angle of 142.25º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA445 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 164 | 69 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.36 |
| HSL | 142.25º | 0.85% | 0.35% | - |
| HSV(B) | 142.25º | 0.92% | 0.64% | - |
| XYZ | 14.52 | 27.07 | 10.09 | - |
| YUV | 108.02 | 105.97 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 164 | 69 | 0.92 | 0 | 0.58 | 0.36 | 142.25 | 0.85 | 0.35 |
| Hex | D | A4 | 45 | 5C | 0 | 3A | 24 | 8E | 55 | 23 |
| Octal | 15 | 244 | 105 | 134 | 0 | 72 | 44 | 216 | 125 | 43 |
| Binary | 1101 | 10100100 | 1000101 | 1011100 | 0 | 111010 | 100100 | 10001110 | 1010101 | 100011 |
Color Harmonies of #0DA445
Complementary color
Monochromatic Colors of #0DA445
Black with #0DA445
Text Example
Text Example
White with #0DA445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA445; }
p { color: rgb(13,164,69); }
H1.HeaderClassName
{
color: #0DA445;
}
.AnyTagClassName
{
color: #0DA445;
}
</style>
background-color css
<style>
a { background-color: #0DA445; }
a { background-color: rgb(13,164,69); }
div.DivClassName
{
background-color: #0DA445;
}
.BgClassName
{
background-color: #0DA445;
}
</style>
border-color css
<style>
span { border-color: #0DA445; }
span { border-color: rgb(13,164,69); }
td.TdClassName
{
border-color: #0DA445;
}
.TagClassName
{
border-color: #0DA445;
}
</style>