Shades of Lawn Green #7AFD0C
Tints of Lawn Green #7AFD0C
RGB
CMYK
RGB Variations
Color information
#7AFD0C (or 0x7AFD0C) is known color: Lawn Green. HEX triplet: 7A, FD and 0C. RGB value is (122,253,12). Sum of RGB (Red+Green+Blue) = 122+253+12=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 253 (99.22% from 255 or 65.37% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFD0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AFD0C is #8502F3. Grayscale: #BBBBBB. Windows color (decimal): -8717044 or 851322. OLE color: 851322.
HSL color Cylindrical-coordinate representation of color #7AFD0C: hue angle of 92.61º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7AFD0C is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 12 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.01 |
| HSL | 92.61º | 0.98% | 0.52% | - |
| HSV(B) | 92.61º | 0.95% | 0.99% | - |
| XYZ | 43.22 | 74.41 | 12.43 | - |
| YUV | 186.36 | 29.6 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 12 | 0.52 | 0 | 0.95 | 0.01 | 92.61 | 0.98 | 0.52 |
| Hex | 7A | FD | C | 34 | 0 | 5F | 1 | 5D | 62 | 34 |
| Octal | 172 | 375 | 14 | 64 | 0 | 137 | 1 | 135 | 142 | 64 |
| Binary | 1111010 | 11111101 | 1100 | 110100 | 0 | 1011111 | 1 | 1011101 | 1100010 | 110100 |
Color Harmonies of #7AFD0C
Complementary color
Monochromatic Colors of #7AFD0C
Black with #7AFD0C
Text Example
Text Example
White with #7AFD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFD0C; }
p { color: rgb(122,253,12); }
H1.HeaderClassName
{
color: #7AFD0C;
}
.AnyTagClassName
{
color: #7AFD0C;
}
</style>
background-color css
<style>
a { background-color: #7AFD0C; }
a { background-color: rgb(122,253,12); }
div.DivClassName
{
background-color: #7AFD0C;
}
.BgClassName
{
background-color: #7AFD0C;
}
</style>
border-color css
<style>
span { border-color: #7AFD0C; }
span { border-color: rgb(122,253,12); }
td.TdClassName
{
border-color: #7AFD0C;
}
.TagClassName
{
border-color: #7AFD0C;
}
</style>