Shades of Lawn Green #7AF912
Tints of Lawn Green #7AF912
RGB
CMYK
RGB Variations
Color information
#7AF912 (or 0x7AF912) is known color: Lawn Green. HEX triplet: 7A, F9 and 12. RGB value is (122,249,18). Sum of RGB (Red+Green+Blue) = 122+249+18=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 249 (97.66% from 255 or 64.01% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF912 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF912 is #8506ED. Grayscale: #B9B9B9. Windows color (decimal): -8718062 or 1243514. OLE color: 1243514.
HSL color Cylindrical-coordinate representation of color #7AF912: hue angle of 92.99º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AF912 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 18 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.02 |
| HSL | 92.99º | 0.95% | 0.52% | - |
| HSV(B) | 92.99º | 0.93% | 0.98% | - |
| XYZ | 42.01 | 71.93 | 12.24 | - |
| YUV | 184.69 | 33.92 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 18 | 0.51 | 0 | 0.93 | 0.02 | 92.99 | 0.95 | 0.52 |
| Hex | 7A | F9 | 12 | 33 | 0 | 5D | 2 | 5D | 5F | 34 |
| Octal | 172 | 371 | 22 | 63 | 0 | 135 | 2 | 135 | 137 | 64 |
| Binary | 1111010 | 11111001 | 10010 | 110011 | 0 | 1011101 | 10 | 1011101 | 1011111 | 110100 |
Color Harmonies of #7AF912
Complementary color
Monochromatic Colors of #7AF912
Black with #7AF912
Text Example
Text Example
White with #7AF912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF912; }
p { color: rgb(122,249,18); }
H1.HeaderClassName
{
color: #7AF912;
}
.AnyTagClassName
{
color: #7AF912;
}
</style>
background-color css
<style>
a { background-color: #7AF912; }
a { background-color: rgb(122,249,18); }
div.DivClassName
{
background-color: #7AF912;
}
.BgClassName
{
background-color: #7AF912;
}
</style>
border-color css
<style>
span { border-color: #7AF912; }
span { border-color: rgb(122,249,18); }
td.TdClassName
{
border-color: #7AF912;
}
.TagClassName
{
border-color: #7AF912;
}
</style>