Shades of Pigment Green #0AA74F
Tints of Pigment Green #0AA74F
RGB
CMYK
RGB Variations
Color information
#0AA74F (or 0x0AA74F) is known color: Pigment Green. HEX triplet: 0A, A7 and 4F. RGB value is (10,167,79). Sum of RGB (Red+Green+Blue) = 10+167+79=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 167 (65.62% from 255 or 65.23% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA74F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA74F is #F558B0. Grayscale: #6E6E6E. Windows color (decimal): -16079025 or 5220106. OLE color: 5220106.
HSL color Cylindrical-coordinate representation of color #0AA74F: hue angle of 146.37º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA74F is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 167 | 79 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.35 |
| HSL | 146.37º | 0.89% | 0.35% | - |
| HSV(B) | 146.37º | 0.94% | 0.65% | - |
| XYZ | 15.36 | 28.27 | 12.04 | - |
| YUV | 110.03 | 110.49 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 167 | 79 | 0.94 | 0 | 0.53 | 0.35 | 146.37 | 0.89 | 0.35 |
| Hex | A | A7 | 4F | 5E | 0 | 35 | 23 | 92 | 59 | 23 |
| Octal | 12 | 247 | 117 | 136 | 0 | 65 | 43 | 222 | 131 | 43 |
| Binary | 1010 | 10100111 | 1001111 | 1011110 | 0 | 110101 | 100011 | 10010010 | 1011001 | 100011 |
Color Harmonies of #0AA74F
Complementary color
Monochromatic Colors of #0AA74F
Black with #0AA74F
Text Example
Text Example
White with #0AA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA74F; }
p { color: rgb(10,167,79); }
H1.HeaderClassName
{
color: #0AA74F;
}
.AnyTagClassName
{
color: #0AA74F;
}
</style>
background-color css
<style>
a { background-color: #0AA74F; }
a { background-color: rgb(10,167,79); }
div.DivClassName
{
background-color: #0AA74F;
}
.BgClassName
{
background-color: #0AA74F;
}
</style>
border-color css
<style>
span { border-color: #0AA74F; }
span { border-color: rgb(10,167,79); }
td.TdClassName
{
border-color: #0AA74F;
}
.TagClassName
{
border-color: #0AA74F;
}
</style>