Shades of Pigment Green #0DAC57
Tints of Pigment Green #0DAC57
RGB
CMYK
RGB Variations
Color information
#0DAC57 (or 0x0DAC57) is known color: Pigment Green. HEX triplet: 0D, AC and 57. RGB value is (13,172,87). Sum of RGB (Red+Green+Blue) = 13+172+87=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 172 (67.58% from 255 or 63.24% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC57 is #F253A8. Grayscale: #727272. Windows color (decimal): -15881129 or 5745677. OLE color: 5745677.
HSL color Cylindrical-coordinate representation of color #0DAC57: hue angle of 147.92º 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 #0DAC57 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 87 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.33 |
| HSL | 147.92º | 0.86% | 0.36% | - |
| HSV(B) | 147.92º | 0.92% | 0.67% | - |
| XYZ | 16.64 | 30.28 | 13.98 | - |
| YUV | 114.77 | 112.32 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 87 | 0.92 | 0 | 0.49 | 0.33 | 147.92 | 0.86 | 0.36 |
| Hex | D | AC | 57 | 5C | 0 | 31 | 21 | 94 | 56 | 24 |
| Octal | 15 | 254 | 127 | 134 | 0 | 61 | 41 | 224 | 126 | 44 |
| Binary | 1101 | 10101100 | 1010111 | 1011100 | 0 | 110001 | 100001 | 10010100 | 1010110 | 100100 |
Color Harmonies of #0DAC57
Complementary color
Monochromatic Colors of #0DAC57
Black with #0DAC57
Text Example
Text Example
White with #0DAC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC57; }
p { color: rgb(13,172,87); }
H1.HeaderClassName
{
color: #0DAC57;
}
.AnyTagClassName
{
color: #0DAC57;
}
</style>
background-color css
<style>
a { background-color: #0DAC57; }
a { background-color: rgb(13,172,87); }
div.DivClassName
{
background-color: #0DAC57;
}
.BgClassName
{
background-color: #0DAC57;
}
</style>
border-color css
<style>
span { border-color: #0DAC57; }
span { border-color: rgb(13,172,87); }
td.TdClassName
{
border-color: #0DAC57;
}
.TagClassName
{
border-color: #0DAC57;
}
</style>