Shades of Lawn Green #7AF010
Tints of Lawn Green #7AF010
RGB
CMYK
RGB Variations
Color information
#7AF010 (or 0x7AF010) is known color: Lawn Green. HEX triplet: 7A, F0 and 10. RGB value is (122,240,16). Sum of RGB (Red+Green+Blue) = 122+240+16=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF010 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF010 is #850FEF. Grayscale: #B3B3B3. Windows color (decimal): -8720368 or 1110138. OLE color: 1110138.
HSL color Cylindrical-coordinate representation of color #7AF010: hue angle of 91.61º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AF010 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 16 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.06 |
| HSL | 91.61º | 0.88% | 0.5% | - |
| HSV(B) | 91.61º | 0.93% | 0.94% | - |
| XYZ | 39.28 | 66.5 | 11.25 | - |
| YUV | 179.18 | 35.91 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 16 | 0.49 | 0 | 0.93 | 0.06 | 91.61 | 0.88 | 0.5 |
| Hex | 7A | F0 | 10 | 31 | 0 | 5D | 6 | 5C | 58 | 32 |
| Octal | 172 | 360 | 20 | 61 | 0 | 135 | 6 | 134 | 130 | 62 |
| Binary | 1111010 | 11110000 | 10000 | 110001 | 0 | 1011101 | 110 | 1011100 | 1011000 | 110010 |
Color Harmonies of #7AF010
Complementary color
Monochromatic Colors of #7AF010
Black with #7AF010
Text Example
Text Example
White with #7AF010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF010; }
p { color: rgb(122,240,16); }
H1.HeaderClassName
{
color: #7AF010;
}
.AnyTagClassName
{
color: #7AF010;
}
</style>
background-color css
<style>
a { background-color: #7AF010; }
a { background-color: rgb(122,240,16); }
div.DivClassName
{
background-color: #7AF010;
}
.BgClassName
{
background-color: #7AF010;
}
</style>
border-color css
<style>
span { border-color: #7AF010; }
span { border-color: rgb(122,240,16); }
td.TdClassName
{
border-color: #7AF010;
}
.TagClassName
{
border-color: #7AF010;
}
</style>