Shades of Pigment Green #0DAD45
Tints of Pigment Green #0DAD45
RGB
CMYK
RGB Variations
Color information
#0DAD45 (or 0x0DAD45) is known color: Pigment Green. HEX triplet: 0D, AD and 45. RGB value is (13,173,69). Sum of RGB (Red+Green+Blue) = 13+173+69=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 173 (67.97% from 255 or 67.84% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD45 is #F252BA. Grayscale: #717171. Windows color (decimal): -15880891 or 4566285. OLE color: 4566285.
HSL color Cylindrical-coordinate representation of color #0DAD45: hue angle of 141º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAD45 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 69 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.32 |
| HSL | 141º | 0.86% | 0.36% | - |
| HSV(B) | 141º | 0.92% | 0.68% | - |
| XYZ | 16.18 | 30.4 | 10.65 | - |
| YUV | 113.3 | 102.99 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 69 | 0.92 | 0 | 0.60 | 0.32 | 141 | 0.86 | 0.36 |
| Hex | D | AD | 45 | 5C | 0 | 3C | 20 | 8D | 56 | 24 |
| Octal | 15 | 255 | 105 | 134 | 0 | 74 | 40 | 215 | 126 | 44 |
| Binary | 1101 | 10101101 | 1000101 | 1011100 | 0 | 111100 | 100000 | 10001101 | 1010110 | 100100 |
Color Harmonies of #0DAD45
Complementary color
Monochromatic Colors of #0DAD45
Black with #0DAD45
Text Example
Text Example
White with #0DAD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD45; }
p { color: rgb(13,173,69); }
H1.HeaderClassName
{
color: #0DAD45;
}
.AnyTagClassName
{
color: #0DAD45;
}
</style>
background-color css
<style>
a { background-color: #0DAD45; }
a { background-color: rgb(13,173,69); }
div.DivClassName
{
background-color: #0DAD45;
}
.BgClassName
{
background-color: #0DAD45;
}
</style>
border-color css
<style>
span { border-color: #0DAD45; }
span { border-color: rgb(13,173,69); }
td.TdClassName
{
border-color: #0DAD45;
}
.TagClassName
{
border-color: #0DAD45;
}
</style>