Shades of Pigment Green #07AA47
Tints of Pigment Green #07AA47
RGB
CMYK
RGB Variations
Color information
#07AA47 (or 0x07AA47) is known color: Pigment Green. HEX triplet: 07, AA and 47. RGB value is (7,170,71). Sum of RGB (Red+Green+Blue) = 7+170+71=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 170 (66.80% from 255 or 68.55% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AA47 is #F855B8. Grayscale: #6E6E6E. Windows color (decimal): -16274873 or 4696583. OLE color: 4696583.
HSL color Cylindrical-coordinate representation of color #07AA47: hue angle of 143.56º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AA47 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 170 | 71 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.33 |
| HSL | 143.56º | 0.92% | 0.35% | - |
| HSV(B) | 143.56º | 0.96% | 0.67% | - |
| XYZ | 15.6 | 29.25 | 10.78 | - |
| YUV | 109.98 | 106 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 71 | 0.96 | 0 | 0.58 | 0.33 | 143.56 | 0.92 | 0.35 |
| Hex | 7 | AA | 47 | 60 | 0 | 3A | 21 | 90 | 5C | 23 |
| Octal | 7 | 252 | 107 | 140 | 0 | 72 | 41 | 220 | 134 | 43 |
| Binary | 111 | 10101010 | 1000111 | 1100000 | 0 | 111010 | 100001 | 10010000 | 1011100 | 100011 |
Color Harmonies of #07AA47
Complementary color
Monochromatic Colors of #07AA47
Black with #07AA47
Text Example
Text Example
White with #07AA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AA47; }
p { color: rgb(7,170,71); }
H1.HeaderClassName
{
color: #07AA47;
}
.AnyTagClassName
{
color: #07AA47;
}
</style>
background-color css
<style>
a { background-color: #07AA47; }
a { background-color: rgb(7,170,71); }
div.DivClassName
{
background-color: #07AA47;
}
.BgClassName
{
background-color: #07AA47;
}
</style>
border-color css
<style>
span { border-color: #07AA47; }
span { border-color: rgb(7,170,71); }
td.TdClassName
{
border-color: #07AA47;
}
.TagClassName
{
border-color: #07AA47;
}
</style>