Shades of Lawn Green #7AF401
Tints of Lawn Green #7AF401
RGB
CMYK
RGB Variations
Color information
#7AF401 (or 0x7AF401) is known color: Lawn Green. HEX triplet: 7A, F4 and 01. RGB value is (122,244,1). Sum of RGB (Red+Green+Blue) = 122+244+1=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 244 (95.70% from 255 or 66.49% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF401 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF401 is #850BFE. Grayscale: #B4B4B4. Windows color (decimal): -8719359 or 128122. OLE color: 128122.
HSL color Cylindrical-coordinate representation of color #7AF401: hue angle of 90.12º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7AF401 is Cyan = 0.5, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 244 | 1 | - |
| CMYK | 0.5 | 0 | 1.00 | 0.04 |
| HSL | 90.12º | 0.99% | 0.48% | - |
| HSV(B) | 90.12º | 1% | 0.96% | - |
| XYZ | 40.38 | 68.84 | 11.19 | - |
| YUV | 179.82 | 27.08 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 1 | 0.5 | 0 | 1.00 | 0.04 | 90.12 | 0.99 | 0.48 |
| Hex | 7A | F4 | 1 | 32 | 0 | 64 | 4 | 5A | 63 | 30 |
| Octal | 172 | 364 | 1 | 62 | 0 | 144 | 4 | 132 | 143 | 60 |
| Binary | 1111010 | 11110100 | 1 | 110010 | 0 | 1100100 | 100 | 1011010 | 1100011 | 110000 |
Color Harmonies of #7AF401
Complementary color
Monochromatic Colors of #7AF401
Black with #7AF401
Text Example
Text Example
White with #7AF401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF401; }
p { color: rgb(122,244,1); }
H1.HeaderClassName
{
color: #7AF401;
}
.AnyTagClassName
{
color: #7AF401;
}
</style>
background-color css
<style>
a { background-color: #7AF401; }
a { background-color: rgb(122,244,1); }
div.DivClassName
{
background-color: #7AF401;
}
.BgClassName
{
background-color: #7AF401;
}
</style>
border-color css
<style>
span { border-color: #7AF401; }
span { border-color: rgb(122,244,1); }
td.TdClassName
{
border-color: #7AF401;
}
.TagClassName
{
border-color: #7AF401;
}
</style>