Shades of Pigment Green #0DAD44
Tints of Pigment Green #0DAD44
RGB
CMYK
RGB Variations
Color information
#0DAD44 (or 0x0DAD44) is known color: Pigment Green. HEX triplet: 0D, AD and 44. RGB value is (13,173,68). Sum of RGB (Red+Green+Blue) = 13+173+68=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 173 (67.97% from 255 or 68.11% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DAD44 is #F252BB. Grayscale: #717171. Windows color (decimal): -15880892 or 4500749. OLE color: 4500749.
HSL color Cylindrical-coordinate representation of color #0DAD44: hue angle of 140.62º 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 #0DAD44 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 68 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.32 |
| HSL | 140.63º | 0.86% | 0.36% | - |
| HSV(B) | 140.63º | 0.92% | 0.68% | - |
| XYZ | 16.15 | 30.39 | 10.48 | - |
| YUV | 113.19 | 102.49 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 68 | 0.92 | 0 | 0.61 | 0.32 | 140.63 | 0.86 | 0.36 |
| Hex | D | AD | 44 | 5C | 0 | 3D | 20 | 8D | 56 | 24 |
| Octal | 15 | 255 | 104 | 134 | 0 | 75 | 40 | 215 | 126 | 44 |
| Binary | 1101 | 10101101 | 1000100 | 1011100 | 0 | 111101 | 100000 | 10001101 | 1010110 | 100100 |
Color Harmonies of #0DAD44
Complementary color
Monochromatic Colors of #0DAD44
Black with #0DAD44
Text Example
Text Example
White with #0DAD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD44; }
p { color: rgb(13,173,68); }
H1.HeaderClassName
{
color: #0DAD44;
}
.AnyTagClassName
{
color: #0DAD44;
}
</style>
background-color css
<style>
a { background-color: #0DAD44; }
a { background-color: rgb(13,173,68); }
div.DivClassName
{
background-color: #0DAD44;
}
.BgClassName
{
background-color: #0DAD44;
}
</style>
border-color css
<style>
span { border-color: #0DAD44; }
span { border-color: rgb(13,173,68); }
td.TdClassName
{
border-color: #0DAD44;
}
.TagClassName
{
border-color: #0DAD44;
}
</style>