Shades of Lawn Green #7AF013
Tints of Lawn Green #7AF013
RGB
CMYK
RGB Variations
Color information
#7AF013 (or 0x7AF013) is known color: Lawn Green. HEX triplet: 7A, F0 and 13. RGB value is (122,240,19). Sum of RGB (Red+Green+Blue) = 122+240+19=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 240 (94.14% from 255 or 62.99% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF013 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF013 is #850FEC. Grayscale: #B4B4B4. Windows color (decimal): -8720365 or 1306746. OLE color: 1306746.
HSL color Cylindrical-coordinate representation of color #7AF013: hue angle of 92.04º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AF013 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 19 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.06 |
| HSL | 92.04º | 0.88% | 0.51% | - |
| HSV(B) | 92.04º | 0.92% | 0.94% | - |
| XYZ | 39.3 | 66.5 | 11.38 | - |
| YUV | 179.52 | 37.41 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 19 | 0.49 | 0 | 0.92 | 0.06 | 92.04 | 0.88 | 0.51 |
| Hex | 7A | F0 | 13 | 31 | 0 | 5C | 6 | 5C | 58 | 33 |
| Octal | 172 | 360 | 23 | 61 | 0 | 134 | 6 | 134 | 130 | 63 |
| Binary | 1111010 | 11110000 | 10011 | 110001 | 0 | 1011100 | 110 | 1011100 | 1011000 | 110011 |
Color Harmonies of #7AF013
Complementary color
Monochromatic Colors of #7AF013
Black with #7AF013
Text Example
Text Example
White with #7AF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF013; }
p { color: rgb(122,240,19); }
H1.HeaderClassName
{
color: #7AF013;
}
.AnyTagClassName
{
color: #7AF013;
}
</style>
background-color css
<style>
a { background-color: #7AF013; }
a { background-color: rgb(122,240,19); }
div.DivClassName
{
background-color: #7AF013;
}
.BgClassName
{
background-color: #7AF013;
}
</style>
border-color css
<style>
span { border-color: #7AF013; }
span { border-color: rgb(122,240,19); }
td.TdClassName
{
border-color: #7AF013;
}
.TagClassName
{
border-color: #7AF013;
}
</style>