Shades of Pigment Green #0DAC5E
Tints of Pigment Green #0DAC5E
RGB
CMYK
RGB Variations
Color information
#0DAC5E (or 0x0DAC5E) is known color: Pigment Green. HEX triplet: 0D, AC and 5E. RGB value is (13,172,94). Sum of RGB (Red+Green+Blue) = 13+172+94=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 172 (67.58% from 255 or 61.65% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC5E is #F253A1. Grayscale: #737373. Windows color (decimal): -15881122 or 6204429. OLE color: 6204429.
HSL color Cylindrical-coordinate representation of color #0DAC5E: hue angle of 150.57º 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 #0DAC5E is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 94 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.33 |
| HSL | 150.57º | 0.86% | 0.36% | - |
| HSV(B) | 150.57º | 0.92% | 0.67% | - |
| XYZ | 16.94 | 30.4 | 15.56 | - |
| YUV | 115.57 | 115.82 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 94 | 0.92 | 0 | 0.45 | 0.33 | 150.57 | 0.86 | 0.36 |
| Hex | D | AC | 5E | 5C | 0 | 2D | 21 | 97 | 56 | 24 |
| Octal | 15 | 254 | 136 | 134 | 0 | 55 | 41 | 227 | 126 | 44 |
| Binary | 1101 | 10101100 | 1011110 | 1011100 | 0 | 101101 | 100001 | 10010111 | 1010110 | 100100 |
Color Harmonies of #0DAC5E
Complementary color
Monochromatic Colors of #0DAC5E
Black with #0DAC5E
Text Example
Text Example
White with #0DAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC5E; }
p { color: rgb(13,172,94); }
H1.HeaderClassName
{
color: #0DAC5E;
}
.AnyTagClassName
{
color: #0DAC5E;
}
</style>
background-color css
<style>
a { background-color: #0DAC5E; }
a { background-color: rgb(13,172,94); }
div.DivClassName
{
background-color: #0DAC5E;
}
.BgClassName
{
background-color: #0DAC5E;
}
</style>
border-color css
<style>
span { border-color: #0DAC5E; }
span { border-color: rgb(13,172,94); }
td.TdClassName
{
border-color: #0DAC5E;
}
.TagClassName
{
border-color: #0DAC5E;
}
</style>