Shades of Lawn Green #7AF103
Tints of Lawn Green #7AF103
RGB
CMYK
RGB Variations
Color information
#7AF103 (or 0x7AF103) is known color: Lawn Green. HEX triplet: 7A, F1 and 03. RGB value is (122,241,3). Sum of RGB (Red+Green+Blue) = 122+241+3=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 241 (94.53% from 255 or 65.85% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF103 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF103 is #850EFC. Grayscale: #B3B3B3. Windows color (decimal): -8720125 or 258426. OLE color: 258426.
HSL color Cylindrical-coordinate representation of color #7AF103: hue angle of 90º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AF103 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 3 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.05 |
| HSL | 90º | 0.98% | 0.48% | - |
| HSV(B) | 90º | 0.99% | 0.95% | - |
| XYZ | 39.5 | 67.05 | 10.95 | - |
| YUV | 178.29 | 29.08 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 3 | 0.49 | 0 | 0.99 | 0.05 | 90 | 0.98 | 0.48 |
| Hex | 7A | F1 | 3 | 31 | 0 | 63 | 5 | 5A | 62 | 30 |
| Octal | 172 | 361 | 3 | 61 | 0 | 143 | 5 | 132 | 142 | 60 |
| Binary | 1111010 | 11110001 | 11 | 110001 | 0 | 1100011 | 101 | 1011010 | 1100010 | 110000 |
Color Harmonies of #7AF103
Complementary color
Monochromatic Colors of #7AF103
Black with #7AF103
Text Example
Text Example
White with #7AF103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF103; }
p { color: rgb(122,241,3); }
H1.HeaderClassName
{
color: #7AF103;
}
.AnyTagClassName
{
color: #7AF103;
}
</style>
background-color css
<style>
a { background-color: #7AF103; }
a { background-color: rgb(122,241,3); }
div.DivClassName
{
background-color: #7AF103;
}
.BgClassName
{
background-color: #7AF103;
}
</style>
border-color css
<style>
span { border-color: #7AF103; }
span { border-color: rgb(122,241,3); }
td.TdClassName
{
border-color: #7AF103;
}
.TagClassName
{
border-color: #7AF103;
}
</style>