Shades of Lawn Green #7AF000
Tints of Lawn Green #7AF000
RGB
CMYK
RGB Variations
Color information
#7AF000 (or 0x7AF000) is known color: Lawn Green. HEX triplet: 7A, F0 and 00. RGB value is (122,240,0). Sum of RGB (Red+Green+Blue) = 122+240+0=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 240 (94.14% from 255 or 66.30% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF000 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF000 is #850FFF. Grayscale: #B2B2B2. Windows color (decimal): -8720384 or 61562. OLE color: 61562.
HSL color Cylindrical-coordinate representation of color #7AF000: hue angle of 89.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7AF000 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.06 |
| HSL | 89.5º | 1% | 0.47% | - |
| HSV(B) | 89.5º | 1% | 0.94% | - |
| XYZ | 39.19 | 66.46 | 10.76 | - |
| YUV | 177.36 | 27.91 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 0 | 0.49 | 0 | 1 | 0.06 | 89.5 | 1 | 0.47 |
| Hex | 7A | F0 | 0 | 31 | 0 | 64 | 6 | 5A | 64 | 2F |
| Octal | 172 | 360 | 0 | 61 | 0 | 144 | 6 | 132 | 144 | 57 |
| Binary | 1111010 | 11110000 | 0 | 110001 | 0 | 1100100 | 110 | 1011010 | 1100100 | 101111 |
Color Harmonies of #7AF000
Complementary color
Monochromatic Colors of #7AF000
Black with #7AF000
Text Example
Text Example
White with #7AF000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF000; }
p { color: rgb(122,240,0); }
H1.HeaderClassName
{
color: #7AF000;
}
.AnyTagClassName
{
color: #7AF000;
}
</style>
background-color css
<style>
a { background-color: #7AF000; }
a { background-color: rgb(122,240,0); }
div.DivClassName
{
background-color: #7AF000;
}
.BgClassName
{
background-color: #7AF000;
}
</style>
border-color css
<style>
span { border-color: #7AF000; }
span { border-color: rgb(122,240,0); }
td.TdClassName
{
border-color: #7AF000;
}
.TagClassName
{
border-color: #7AF000;
}
</style>