Shades of Lawn Green #7AF206
Tints of Lawn Green #7AF206
RGB
CMYK
RGB Variations
Color information
#7AF206 (or 0x7AF206) is known color: Lawn Green. HEX triplet: 7A, F2 and 06. RGB value is (122,242,6). Sum of RGB (Red+Green+Blue) = 122+242+6=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 242 (94.92% from 255 or 65.41% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF206 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF206 is #850DF9. Grayscale: #B4B4B4. Windows color (decimal): -8719866 or 455290. OLE color: 455290.
HSL color Cylindrical-coordinate representation of color #7AF206: hue angle of 90.51º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7AF206 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 6 | - |
| CMYK | 0.50 | 0 | 0.98 | 0.05 |
| HSL | 90.51º | 0.95% | 0.49% | - |
| HSV(B) | 90.51º | 0.98% | 0.95% | - |
| XYZ | 39.81 | 67.65 | 11.13 | - |
| YUV | 179.22 | 30.24 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 6 | 0.50 | 0 | 0.98 | 0.05 | 90.51 | 0.95 | 0.49 |
| Hex | 7A | F2 | 6 | 32 | 0 | 62 | 5 | 5B | 5F | 31 |
| Octal | 172 | 362 | 6 | 62 | 0 | 142 | 5 | 133 | 137 | 61 |
| Binary | 1111010 | 11110010 | 110 | 110010 | 0 | 1100010 | 101 | 1011011 | 1011111 | 110001 |
Color Harmonies of #7AF206
Complementary color
Monochromatic Colors of #7AF206
Black with #7AF206
Text Example
Text Example
White with #7AF206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF206; }
p { color: rgb(122,242,6); }
H1.HeaderClassName
{
color: #7AF206;
}
.AnyTagClassName
{
color: #7AF206;
}
</style>
background-color css
<style>
a { background-color: #7AF206; }
a { background-color: rgb(122,242,6); }
div.DivClassName
{
background-color: #7AF206;
}
.BgClassName
{
background-color: #7AF206;
}
</style>
border-color css
<style>
span { border-color: #7AF206; }
span { border-color: rgb(122,242,6); }
td.TdClassName
{
border-color: #7AF206;
}
.TagClassName
{
border-color: #7AF206;
}
</style>