Shades of Lawn Green #7AF80A
Tints of Lawn Green #7AF80A
RGB
CMYK
RGB Variations
Color information
#7AF80A (or 0x7AF80A) is known color: Lawn Green. HEX triplet: 7A, F8 and 0A. RGB value is (122,248,10). Sum of RGB (Red+Green+Blue) = 122+248+10=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 248 (97.27% from 255 or 65.26% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF80A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF80A is #8507F5. Grayscale: #B8B8B8. Windows color (decimal): -8718326 or 718970. OLE color: 718970.
HSL color Cylindrical-coordinate representation of color #7AF80A: hue angle of 91.76º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7AF80A is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 10 | - |
| CMYK | 0.51 | 0 | 0.96 | 0.03 |
| HSL | 91.76º | 0.94% | 0.51% | - |
| HSV(B) | 91.76º | 0.96% | 0.97% | - |
| XYZ | 41.65 | 71.29 | 11.85 | - |
| YUV | 183.19 | 30.26 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 10 | 0.51 | 0 | 0.96 | 0.03 | 91.76 | 0.94 | 0.51 |
| Hex | 7A | F8 | A | 33 | 0 | 60 | 3 | 5C | 5E | 33 |
| Octal | 172 | 370 | 12 | 63 | 0 | 140 | 3 | 134 | 136 | 63 |
| Binary | 1111010 | 11111000 | 1010 | 110011 | 0 | 1100000 | 11 | 1011100 | 1011110 | 110011 |
Color Harmonies of #7AF80A
Complementary color
Monochromatic Colors of #7AF80A
Black with #7AF80A
Text Example
Text Example
White with #7AF80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF80A; }
p { color: rgb(122,248,10); }
H1.HeaderClassName
{
color: #7AF80A;
}
.AnyTagClassName
{
color: #7AF80A;
}
</style>
background-color css
<style>
a { background-color: #7AF80A; }
a { background-color: rgb(122,248,10); }
div.DivClassName
{
background-color: #7AF80A;
}
.BgClassName
{
background-color: #7AF80A;
}
</style>
border-color css
<style>
span { border-color: #7AF80A; }
span { border-color: rgb(122,248,10); }
td.TdClassName
{
border-color: #7AF80A;
}
.TagClassName
{
border-color: #7AF80A;
}
</style>