Shades of Lawn Green #7AF914
Tints of Lawn Green #7AF914
RGB
CMYK
RGB Variations
Color information
#7AF914 (or 0x7AF914) is known color: Lawn Green. HEX triplet: 7A, F9 and 14. RGB value is (122,249,20). Sum of RGB (Red+Green+Blue) = 122+249+20=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 249 (97.66% from 255 or 63.68% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF914 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF914 is #8506EB. Grayscale: #B9B9B9. Windows color (decimal): -8718060 or 1374586. OLE color: 1374586.
HSL color Cylindrical-coordinate representation of color #7AF914: hue angle of 93.28º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AF914 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 20 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.02 |
| HSL | 93.28º | 0.95% | 0.53% | - |
| HSV(B) | 93.28º | 0.92% | 0.98% | - |
| XYZ | 42.03 | 71.94 | 12.33 | - |
| YUV | 184.92 | 34.92 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 20 | 0.51 | 0 | 0.92 | 0.02 | 93.28 | 0.95 | 0.53 |
| Hex | 7A | F9 | 14 | 33 | 0 | 5C | 2 | 5D | 5F | 35 |
| Octal | 172 | 371 | 24 | 63 | 0 | 134 | 2 | 135 | 137 | 65 |
| Binary | 1111010 | 11111001 | 10100 | 110011 | 0 | 1011100 | 10 | 1011101 | 1011111 | 110101 |
Color Harmonies of #7AF914
Complementary color
Monochromatic Colors of #7AF914
Black with #7AF914
Text Example
Text Example
White with #7AF914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF914; }
p { color: rgb(122,249,20); }
H1.HeaderClassName
{
color: #7AF914;
}
.AnyTagClassName
{
color: #7AF914;
}
</style>
background-color css
<style>
a { background-color: #7AF914; }
a { background-color: rgb(122,249,20); }
div.DivClassName
{
background-color: #7AF914;
}
.BgClassName
{
background-color: #7AF914;
}
</style>
border-color css
<style>
span { border-color: #7AF914; }
span { border-color: rgb(122,249,20); }
td.TdClassName
{
border-color: #7AF914;
}
.TagClassName
{
border-color: #7AF914;
}
</style>