Shades of Lawn Green #7AFE14
Tints of Lawn Green #7AFE14
RGB
CMYK
RGB Variations
Color information
#7AFE14 (or 0x7AFE14) is known color: Lawn Green. HEX triplet: 7A, FE and 14. RGB value is (122,254,20). Sum of RGB (Red+Green+Blue) = 122+254+20=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 254 (99.61% from 255 or 64.14% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFE14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AFE14 is #8501EB. Grayscale: #BCBCBC. Windows color (decimal): -8716780 or 1375866. OLE color: 1375866.
HSL color Cylindrical-coordinate representation of color #7AFE14: hue angle of 93.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AFE14 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 20 | - |
| CMYK | 0.52 | 0 | 0.92 | 0.00 |
| HSL | 93.85º | 0.99% | 0.54% | - |
| HSV(B) | 93.85º | 0.92% | 1% | - |
| XYZ | 43.59 | 75.07 | 12.85 | - |
| YUV | 187.86 | 33.27 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 20 | 0.52 | 0 | 0.92 | 0.00 | 93.85 | 0.99 | 0.54 |
| Hex | 7A | FE | 14 | 34 | 0 | 5C | 0 | 5E | 63 | 36 |
| Octal | 172 | 376 | 24 | 64 | 0 | 134 | 0 | 136 | 143 | 66 |
| Binary | 1111010 | 11111110 | 10100 | 110100 | 0 | 1011100 | 0 | 1011110 | 1100011 | 110110 |
Color Harmonies of #7AFE14
Complementary color
Monochromatic Colors of #7AFE14
Black with #7AFE14
Text Example
Text Example
White with #7AFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFE14; }
p { color: rgb(122,254,20); }
H1.HeaderClassName
{
color: #7AFE14;
}
.AnyTagClassName
{
color: #7AFE14;
}
</style>
background-color css
<style>
a { background-color: #7AFE14; }
a { background-color: rgb(122,254,20); }
div.DivClassName
{
background-color: #7AFE14;
}
.BgClassName
{
background-color: #7AFE14;
}
</style>
border-color css
<style>
span { border-color: #7AFE14; }
span { border-color: rgb(122,254,20); }
td.TdClassName
{
border-color: #7AFE14;
}
.TagClassName
{
border-color: #7AFE14;
}
</style>