Shades of Pigment Green #07AF4D
Tints of Pigment Green #07AF4D
RGB
CMYK
RGB Variations
Color information
#07AF4D (or 0x07AF4D) is known color: Pigment Green. HEX triplet: 07, AF and 4D. RGB value is (7,175,77). Sum of RGB (Red+Green+Blue) = 7+175+77=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 175 (68.75% from 255 or 67.57% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AF4D is #F850B2. Grayscale: #717171. Windows color (decimal): -16273587 or 5091079. OLE color: 5091079.
HSL color Cylindrical-coordinate representation of color #07AF4D: hue angle of 145º 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 #07AF4D is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 77 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.31 |
| HSL | 145º | 0.92% | 0.36% | - |
| HSV(B) | 145º | 0.96% | 0.69% | - |
| XYZ | 16.76 | 31.24 | 12.17 | - |
| YUV | 113.6 | 107.34 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 77 | 0.96 | 0 | 0.56 | 0.31 | 145 | 0.92 | 0.36 |
| Hex | 7 | AF | 4D | 60 | 0 | 38 | 1F | 91 | 5C | 24 |
| Octal | 7 | 257 | 115 | 140 | 0 | 70 | 37 | 221 | 134 | 44 |
| Binary | 111 | 10101111 | 1001101 | 1100000 | 0 | 111000 | 11111 | 10010001 | 1011100 | 100100 |
Color Harmonies of #07AF4D
Complementary color
Monochromatic Colors of #07AF4D
Black with #07AF4D
Text Example
Text Example
White with #07AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF4D; }
p { color: rgb(7,175,77); }
H1.HeaderClassName
{
color: #07AF4D;
}
.AnyTagClassName
{
color: #07AF4D;
}
</style>
background-color css
<style>
a { background-color: #07AF4D; }
a { background-color: rgb(7,175,77); }
div.DivClassName
{
background-color: #07AF4D;
}
.BgClassName
{
background-color: #07AF4D;
}
</style>
border-color css
<style>
span { border-color: #07AF4D; }
span { border-color: rgb(7,175,77); }
td.TdClassName
{
border-color: #07AF4D;
}
.TagClassName
{
border-color: #07AF4D;
}
</style>