Shades of Lawn Green #7AF814
Tints of Lawn Green #7AF814
RGB
CMYK
RGB Variations
Color information
#7AF814 (or 0x7AF814) is known color: Lawn Green. HEX triplet: 7A, F8 and 14. RGB value is (122,248,20). Sum of RGB (Red+Green+Blue) = 122+248+20=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 248 (97.27% from 255 or 63.59% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF814 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF814 is #8507EB. Grayscale: #B9B9B9. Windows color (decimal): -8718316 or 1374330. OLE color: 1374330.
HSL color Cylindrical-coordinate representation of color #7AF814: hue angle of 93.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AF814 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 20 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.03 |
| HSL | 93.16º | 0.94% | 0.53% | - |
| HSV(B) | 93.16º | 0.92% | 0.97% | - |
| XYZ | 41.72 | 71.32 | 12.23 | - |
| YUV | 184.33 | 35.26 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 20 | 0.51 | 0 | 0.92 | 0.03 | 93.16 | 0.94 | 0.53 |
| Hex | 7A | F8 | 14 | 33 | 0 | 5C | 3 | 5D | 5E | 35 |
| Octal | 172 | 370 | 24 | 63 | 0 | 134 | 3 | 135 | 136 | 65 |
| Binary | 1111010 | 11111000 | 10100 | 110011 | 0 | 1011100 | 11 | 1011101 | 1011110 | 110101 |
Color Harmonies of #7AF814
Complementary color
Monochromatic Colors of #7AF814
Black with #7AF814
Text Example
Text Example
White with #7AF814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF814; }
p { color: rgb(122,248,20); }
H1.HeaderClassName
{
color: #7AF814;
}
.AnyTagClassName
{
color: #7AF814;
}
</style>
background-color css
<style>
a { background-color: #7AF814; }
a { background-color: rgb(122,248,20); }
div.DivClassName
{
background-color: #7AF814;
}
.BgClassName
{
background-color: #7AF814;
}
</style>
border-color css
<style>
span { border-color: #7AF814; }
span { border-color: rgb(122,248,20); }
td.TdClassName
{
border-color: #7AF814;
}
.TagClassName
{
border-color: #7AF814;
}
</style>