Shades of Pigment Green #0DAC50
Tints of Pigment Green #0DAC50
RGB
CMYK
RGB Variations
Color information
#0DAC50 (or 0x0DAC50) is known color: Pigment Green. HEX triplet: 0D, AC and 50. RGB value is (13,172,80). Sum of RGB (Red+Green+Blue) = 13+172+80=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC50 is #F253AF. Grayscale: #727272. Windows color (decimal): -15881136 or 5286925. OLE color: 5286925.
HSL color Cylindrical-coordinate representation of color #0DAC50: hue angle of 145.28º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAC50 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 80 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.33 |
| HSL | 145.28º | 0.86% | 0.36% | - |
| HSV(B) | 145.28º | 0.92% | 0.67% | - |
| XYZ | 16.37 | 30.17 | 12.55 | - |
| YUV | 113.97 | 108.82 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 80 | 0.92 | 0 | 0.53 | 0.33 | 145.28 | 0.86 | 0.36 |
| Hex | D | AC | 50 | 5C | 0 | 35 | 21 | 91 | 56 | 24 |
| Octal | 15 | 254 | 120 | 134 | 0 | 65 | 41 | 221 | 126 | 44 |
| Binary | 1101 | 10101100 | 1010000 | 1011100 | 0 | 110101 | 100001 | 10010001 | 1010110 | 100100 |
Color Harmonies of #0DAC50
Complementary color
Monochromatic Colors of #0DAC50
Black with #0DAC50
Text Example
Text Example
White with #0DAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC50; }
p { color: rgb(13,172,80); }
H1.HeaderClassName
{
color: #0DAC50;
}
.AnyTagClassName
{
color: #0DAC50;
}
</style>
background-color css
<style>
a { background-color: #0DAC50; }
a { background-color: rgb(13,172,80); }
div.DivClassName
{
background-color: #0DAC50;
}
.BgClassName
{
background-color: #0DAC50;
}
</style>
border-color css
<style>
span { border-color: #0DAC50; }
span { border-color: rgb(13,172,80); }
td.TdClassName
{
border-color: #0DAC50;
}
.TagClassName
{
border-color: #0DAC50;
}
</style>