Shades of Pigment Green #0AAC4D
Tints of Pigment Green #0AAC4D
RGB
CMYK
RGB Variations
Color information
#0AAC4D (or 0x0AAC4D) is known color: Pigment Green. HEX triplet: 0A, AC and 4D. RGB value is (10,172,77). Sum of RGB (Red+Green+Blue) = 10+172+77=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 172 (67.58% from 255 or 66.41% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAC4D is #F553B2. Grayscale: #707070. Windows color (decimal): -16077747 or 5090314. OLE color: 5090314.
HSL color Cylindrical-coordinate representation of color #0AAC4D: hue angle of 144.81º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC4D is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 77 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.33 |
| HSL | 144.81º | 0.89% | 0.36% | - |
| HSV(B) | 144.81º | 0.94% | 0.67% | - |
| XYZ | 16.22 | 30.11 | 11.98 | - |
| YUV | 112.73 | 107.83 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 77 | 0.94 | 0 | 0.55 | 0.33 | 144.81 | 0.89 | 0.36 |
| Hex | A | AC | 4D | 5E | 0 | 37 | 21 | 91 | 59 | 24 |
| Octal | 12 | 254 | 115 | 136 | 0 | 67 | 41 | 221 | 131 | 44 |
| Binary | 1010 | 10101100 | 1001101 | 1011110 | 0 | 110111 | 100001 | 10010001 | 1011001 | 100100 |
Color Harmonies of #0AAC4D
Complementary color
Monochromatic Colors of #0AAC4D
Black with #0AAC4D
Text Example
Text Example
White with #0AAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC4D; }
p { color: rgb(10,172,77); }
H1.HeaderClassName
{
color: #0AAC4D;
}
.AnyTagClassName
{
color: #0AAC4D;
}
</style>
background-color css
<style>
a { background-color: #0AAC4D; }
a { background-color: rgb(10,172,77); }
div.DivClassName
{
background-color: #0AAC4D;
}
.BgClassName
{
background-color: #0AAC4D;
}
</style>
border-color css
<style>
span { border-color: #0AAC4D; }
span { border-color: rgb(10,172,77); }
td.TdClassName
{
border-color: #0AAC4D;
}
.TagClassName
{
border-color: #0AAC4D;
}
</style>