Shades of Lawn Green #7AF60C
Tints of Lawn Green #7AF60C
RGB
CMYK
RGB Variations
Color information
#7AF60C (or 0x7AF60C) is known color: Lawn Green. HEX triplet: 7A, F6 and 0C. RGB value is (122,246,12). Sum of RGB (Red+Green+Blue) = 122+246+12=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 246 (96.48% from 255 or 64.74% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 246 - color contains mainly: green. Hex color #7AF60C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF60C is #8509F3. Grayscale: #B7B7B7. Windows color (decimal): -8718836 or 849530. OLE color: 849530.
HSL color Cylindrical-coordinate representation of color #7AF60C: hue angle of 91.79º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7AF60C is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 246 | 12 | - |
| CMYK | 0.50 | 0 | 0.95 | 0.04 |
| HSL | 91.79º | 0.93% | 0.51% | - |
| HSV(B) | 91.79º | 0.95% | 0.96% | - |
| XYZ | 41.05 | 70.08 | 11.71 | - |
| YUV | 182.25 | 31.92 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 246 | 12 | 0.50 | 0 | 0.95 | 0.04 | 91.79 | 0.93 | 0.51 |
| Hex | 7A | F6 | C | 32 | 0 | 5F | 4 | 5C | 5D | 33 |
| Octal | 172 | 366 | 14 | 62 | 0 | 137 | 4 | 134 | 135 | 63 |
| Binary | 1111010 | 11110110 | 1100 | 110010 | 0 | 1011111 | 100 | 1011100 | 1011101 | 110011 |
Color Harmonies of #7AF60C
Complementary color
Monochromatic Colors of #7AF60C
Black with #7AF60C
Text Example
Text Example
White with #7AF60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF60C; }
p { color: rgb(122,246,12); }
H1.HeaderClassName
{
color: #7AF60C;
}
.AnyTagClassName
{
color: #7AF60C;
}
</style>
background-color css
<style>
a { background-color: #7AF60C; }
a { background-color: rgb(122,246,12); }
div.DivClassName
{
background-color: #7AF60C;
}
.BgClassName
{
background-color: #7AF60C;
}
</style>
border-color css
<style>
span { border-color: #7AF60C; }
span { border-color: rgb(122,246,12); }
td.TdClassName
{
border-color: #7AF60C;
}
.TagClassName
{
border-color: #7AF60C;
}
</style>