Shades of Pigment Green #07AF49
Tints of Pigment Green #07AF49
RGB
CMYK
RGB Variations
Color information
#07AF49 (or 0x07AF49) is known color: Pigment Green. HEX triplet: 07, AF and 49. RGB value is (7,175,73). Sum of RGB (Red+Green+Blue) = 7+175+73=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 175 (68.75% from 255 or 68.63% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AF49 is #F850B6. Grayscale: #717171. Windows color (decimal): -16273591 or 4828935. OLE color: 4828935.
HSL color Cylindrical-coordinate representation of color #07AF49: hue angle of 143.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AF49 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 73 | - |
| CMYK | 0.96 | 0 | 0.58 | 0.31 |
| HSL | 143.57º | 0.92% | 0.36% | - |
| HSV(B) | 143.57º | 0.96% | 0.69% | - |
| XYZ | 16.62 | 31.19 | 11.45 | - |
| YUV | 113.14 | 105.34 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 73 | 0.96 | 0 | 0.58 | 0.31 | 143.57 | 0.92 | 0.36 |
| Hex | 7 | AF | 49 | 60 | 0 | 3A | 1F | 90 | 5C | 24 |
| Octal | 7 | 257 | 111 | 140 | 0 | 72 | 37 | 220 | 134 | 44 |
| Binary | 111 | 10101111 | 1001001 | 1100000 | 0 | 111010 | 11111 | 10010000 | 1011100 | 100100 |
Color Harmonies of #07AF49
Complementary color
Monochromatic Colors of #07AF49
Black with #07AF49
Text Example
Text Example
White with #07AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF49; }
p { color: rgb(7,175,73); }
H1.HeaderClassName
{
color: #07AF49;
}
.AnyTagClassName
{
color: #07AF49;
}
</style>
background-color css
<style>
a { background-color: #07AF49; }
a { background-color: rgb(7,175,73); }
div.DivClassName
{
background-color: #07AF49;
}
.BgClassName
{
background-color: #07AF49;
}
</style>
border-color css
<style>
span { border-color: #07AF49; }
span { border-color: rgb(7,175,73); }
td.TdClassName
{
border-color: #07AF49;
}
.TagClassName
{
border-color: #07AF49;
}
</style>