Shades of Lawn Green #7AFE10
Tints of Lawn Green #7AFE10
RGB
CMYK
RGB Variations
Color information
#7AFE10 (or 0x7AFE10) is known color: Lawn Green. HEX triplet: 7A, FE and 10. RGB value is (122,254,16). Sum of RGB (Red+Green+Blue) = 122+254+16=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 254 (99.61% from 255 or 64.80% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFE10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AFE10 is #8501EF. Grayscale: #BCBCBC. Windows color (decimal): -8716784 or 1113722. OLE color: 1113722.
HSL color Cylindrical-coordinate representation of color #7AFE10: hue angle of 93.28º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7AFE10 is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 16 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.00 |
| HSL | 93.28º | 0.99% | 0.53% | - |
| HSV(B) | 93.28º | 0.94% | 1% | - |
| XYZ | 43.56 | 75.06 | 12.68 | - |
| YUV | 187.4 | 31.27 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 16 | 0.52 | 0 | 0.94 | 0.00 | 93.28 | 0.99 | 0.53 |
| Hex | 7A | FE | 10 | 34 | 0 | 5E | 0 | 5D | 63 | 35 |
| Octal | 172 | 376 | 20 | 64 | 0 | 136 | 0 | 135 | 143 | 65 |
| Binary | 1111010 | 11111110 | 10000 | 110100 | 0 | 1011110 | 0 | 1011101 | 1100011 | 110101 |
Color Harmonies of #7AFE10
Complementary color
Monochromatic Colors of #7AFE10
Black with #7AFE10
Text Example
Text Example
White with #7AFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFE10; }
p { color: rgb(122,254,16); }
H1.HeaderClassName
{
color: #7AFE10;
}
.AnyTagClassName
{
color: #7AFE10;
}
</style>
background-color css
<style>
a { background-color: #7AFE10; }
a { background-color: rgb(122,254,16); }
div.DivClassName
{
background-color: #7AFE10;
}
.BgClassName
{
background-color: #7AFE10;
}
</style>
border-color css
<style>
span { border-color: #7AFE10; }
span { border-color: rgb(122,254,16); }
td.TdClassName
{
border-color: #7AFE10;
}
.TagClassName
{
border-color: #7AFE10;
}
</style>