Shades of Lawn Green #7AF812
Tints of Lawn Green #7AF812
RGB
CMYK
RGB Variations
Color information
#7AF812 (or 0x7AF812) is known color: Lawn Green. HEX triplet: 7A, F8 and 12. RGB value is (122,248,18). Sum of RGB (Red+Green+Blue) = 122+248+18=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 248 (97.27% from 255 or 63.92% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF812 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF812 is #8507ED. Grayscale: #B8B8B8. Windows color (decimal): -8718318 or 1243258. OLE color: 1243258.
HSL color Cylindrical-coordinate representation of color #7AF812: hue angle of 92.87º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AF812 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 18 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.03 |
| HSL | 92.87º | 0.94% | 0.52% | - |
| HSV(B) | 92.87º | 0.93% | 0.97% | - |
| XYZ | 41.7 | 71.32 | 12.14 | - |
| YUV | 184.11 | 34.26 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 18 | 0.51 | 0 | 0.93 | 0.03 | 92.87 | 0.94 | 0.52 |
| Hex | 7A | F8 | 12 | 33 | 0 | 5D | 3 | 5D | 5E | 34 |
| Octal | 172 | 370 | 22 | 63 | 0 | 135 | 3 | 135 | 136 | 64 |
| Binary | 1111010 | 11111000 | 10010 | 110011 | 0 | 1011101 | 11 | 1011101 | 1011110 | 110100 |
Color Harmonies of #7AF812
Complementary color
Monochromatic Colors of #7AF812
Black with #7AF812
Text Example
Text Example
White with #7AF812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF812; }
p { color: rgb(122,248,18); }
H1.HeaderClassName
{
color: #7AF812;
}
.AnyTagClassName
{
color: #7AF812;
}
</style>
background-color css
<style>
a { background-color: #7AF812; }
a { background-color: rgb(122,248,18); }
div.DivClassName
{
background-color: #7AF812;
}
.BgClassName
{
background-color: #7AF812;
}
</style>
border-color css
<style>
span { border-color: #7AF812; }
span { border-color: rgb(122,248,18); }
td.TdClassName
{
border-color: #7AF812;
}
.TagClassName
{
border-color: #7AF812;
}
</style>