Shades of Pigment Green #07A940
Tints of Pigment Green #07A940
RGB
CMYK
RGB Variations
Color information
#07A940 (or 0x07A940) is known color: Pigment Green. HEX triplet: 07, A9 and 40. RGB value is (7,169,64). Sum of RGB (Red+Green+Blue) = 7+169+64=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 169 (66.41% from 255 or 70.42% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 169 - color contains mainly: green. Hex color #07A940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A940 is #F856BF. Grayscale: #6C6C6C. Windows color (decimal): -16275136 or 4237575. OLE color: 4237575.
HSL color Cylindrical-coordinate representation of color #07A940: hue angle of 141.11º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A940 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 169 | 64 | - |
| CMYK | 0.96 | 0 | 0.62 | 0.34 |
| HSL | 141.11º | 0.92% | 0.35% | - |
| HSV(B) | 141.11º | 0.96% | 0.66% | - |
| XYZ | 15.2 | 28.79 | 9.61 | - |
| YUV | 108.59 | 102.83 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 169 | 64 | 0.96 | 0 | 0.62 | 0.34 | 141.11 | 0.92 | 0.35 |
| Hex | 7 | A9 | 40 | 60 | 0 | 3E | 22 | 8D | 5C | 23 |
| Octal | 7 | 251 | 100 | 140 | 0 | 76 | 42 | 215 | 134 | 43 |
| Binary | 111 | 10101001 | 1000000 | 1100000 | 0 | 111110 | 100010 | 10001101 | 1011100 | 100011 |
Color Harmonies of #07A940
Complementary color
Monochromatic Colors of #07A940
Black with #07A940
Text Example
Text Example
White with #07A940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A940; }
p { color: rgb(7,169,64); }
H1.HeaderClassName
{
color: #07A940;
}
.AnyTagClassName
{
color: #07A940;
}
</style>
background-color css
<style>
a { background-color: #07A940; }
a { background-color: rgb(7,169,64); }
div.DivClassName
{
background-color: #07A940;
}
.BgClassName
{
background-color: #07A940;
}
</style>
border-color css
<style>
span { border-color: #07A940; }
span { border-color: rgb(7,169,64); }
td.TdClassName
{
border-color: #07A940;
}
.TagClassName
{
border-color: #07A940;
}
</style>