Shades of Pigment Green #07A24D
Tints of Pigment Green #07A24D
RGB
CMYK
RGB Variations
Color information
#07A24D (or 0x07A24D) is known color: Pigment Green. HEX triplet: 07, A2 and 4D. RGB value is (7,162,77). Sum of RGB (Red+Green+Blue) = 7+162+77=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 162 (63.67% from 255 or 65.85% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 162 - color contains mainly: green. Hex color #07A24D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A24D is #F85DB2. Grayscale: #6A6A6A. Windows color (decimal): -16276915 or 5087751. OLE color: 5087751.
HSL color Cylindrical-coordinate representation of color #07A24D: hue angle of 147.1º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A24D is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 77 | - |
| CMYK | 0.96 | 0 | 0.52 | 0.36 |
| HSL | 147.1º | 0.92% | 0.33% | - |
| HSV(B) | 147.1º | 0.96% | 0.64% | - |
| XYZ | 14.35 | 26.42 | 11.36 | - |
| YUV | 105.97 | 111.65 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 77 | 0.96 | 0 | 0.52 | 0.36 | 147.1 | 0.92 | 0.33 |
| Hex | 7 | A2 | 4D | 60 | 0 | 34 | 24 | 93 | 5C | 21 |
| Octal | 7 | 242 | 115 | 140 | 0 | 64 | 44 | 223 | 134 | 41 |
| Binary | 111 | 10100010 | 1001101 | 1100000 | 0 | 110100 | 100100 | 10010011 | 1011100 | 100001 |
Color Harmonies of #07A24D
Complementary color
Monochromatic Colors of #07A24D
Black with #07A24D
Text Example
Text Example
White with #07A24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A24D; }
p { color: rgb(7,162,77); }
H1.HeaderClassName
{
color: #07A24D;
}
.AnyTagClassName
{
color: #07A24D;
}
</style>
background-color css
<style>
a { background-color: #07A24D; }
a { background-color: rgb(7,162,77); }
div.DivClassName
{
background-color: #07A24D;
}
.BgClassName
{
background-color: #07A24D;
}
</style>
border-color css
<style>
span { border-color: #07A24D; }
span { border-color: rgb(7,162,77); }
td.TdClassName
{
border-color: #07A24D;
}
.TagClassName
{
border-color: #07A24D;
}
</style>