Shades of Pigment Green #0DAD54
Tints of Pigment Green #0DAD54
RGB
CMYK
RGB Variations
Color information
#0DAD54 (or 0x0DAD54) is known color: Pigment Green. HEX triplet: 0D, AD and 54. RGB value is (13,173,84). Sum of RGB (Red+Green+Blue) = 13+173+84=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 173 (67.97% from 255 or 64.07% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAD54 is #F252AB. Grayscale: #737373. Windows color (decimal): -15880876 or 5549325. OLE color: 5549325.
HSL color Cylindrical-coordinate representation of color #0DAD54: hue angle of 146.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 #0DAD54 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 13 | 173 | 84 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.32 |
| HSL | 146.63º | 0.86% | 0.36% | - |
| HSV(B) | 146.63º | 0.92% | 0.68% | - |
| XYZ | 16.71 | 30.61 | 13.42 | - |
| YUV | 115.01 | 110.49 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 173 | 84 | 0.92 | 0 | 0.51 | 0.32 | 146.63 | 0.86 | 0.36 |
| Hex | D | AD | 54 | 5C | 0 | 33 | 20 | 93 | 56 | 24 |
| Octal | 15 | 255 | 124 | 134 | 0 | 63 | 40 | 223 | 126 | 44 |
| Binary | 1101 | 10101101 | 1010100 | 1011100 | 0 | 110011 | 100000 | 10010011 | 1010110 | 100100 |
Color Harmonies of #0DAD54
Complementary color
Monochromatic Colors of #0DAD54
Black with #0DAD54
Text Example
Text Example
White with #0DAD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAD54; }
p { color: rgb(13,173,84); }
H1.HeaderClassName
{
color: #0DAD54;
}
.AnyTagClassName
{
color: #0DAD54;
}
</style>
background-color css
<style>
a { background-color: #0DAD54; }
a { background-color: rgb(13,173,84); }
div.DivClassName
{
background-color: #0DAD54;
}
.BgClassName
{
background-color: #0DAD54;
}
</style>
border-color css
<style>
span { border-color: #0DAD54; }
span { border-color: rgb(13,173,84); }
td.TdClassName
{
border-color: #0DAD54;
}
.TagClassName
{
border-color: #0DAD54;
}
</style>