Shades of Lawn Green #7AF322
Tints of Lawn Green #7AF322
RGB
CMYK
RGB Variations
Color information
#7AF322 (or 0x7AF322) is known color: Lawn Green. HEX triplet: 7A, F3 and 22. RGB value is (122,243,34). Sum of RGB (Red+Green+Blue) = 122+243+34=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 243 (95.31% from 255 or 60.90% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF322 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF322 is #850CDD. Grayscale: #B7B7B7. Windows color (decimal): -8719582 or 2290554. OLE color: 2290554.
HSL color Cylindrical-coordinate representation of color #7AF322: hue angle of 94.74º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7AF322 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 34 | - |
| CMYK | 0.50 | 0 | 0.86 | 0.05 |
| HSL | 94.74º | 0.9% | 0.54% | - |
| HSV(B) | 94.74º | 0.86% | 0.95% | - |
| XYZ | 40.37 | 68.35 | 12.58 | - |
| YUV | 183 | 43.91 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 34 | 0.50 | 0 | 0.86 | 0.05 | 94.74 | 0.9 | 0.54 |
| Hex | 7A | F3 | 22 | 32 | 0 | 56 | 5 | 5F | 5A | 36 |
| Octal | 172 | 363 | 42 | 62 | 0 | 126 | 5 | 137 | 132 | 66 |
| Binary | 1111010 | 11110011 | 100010 | 110010 | 0 | 1010110 | 101 | 1011111 | 1011010 | 110110 |
Color Harmonies of #7AF322
Complementary color
Monochromatic Colors of #7AF322
Black with #7AF322
Text Example
Text Example
White with #7AF322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF322; }
p { color: rgb(122,243,34); }
H1.HeaderClassName
{
color: #7AF322;
}
.AnyTagClassName
{
color: #7AF322;
}
</style>
background-color css
<style>
a { background-color: #7AF322; }
a { background-color: rgb(122,243,34); }
div.DivClassName
{
background-color: #7AF322;
}
.BgClassName
{
background-color: #7AF322;
}
</style>
border-color css
<style>
span { border-color: #7AF322; }
span { border-color: rgb(122,243,34); }
td.TdClassName
{
border-color: #7AF322;
}
.TagClassName
{
border-color: #7AF322;
}
</style>