Shades of Yellow Green #7AD81A
Tints of Yellow Green #7AD81A
RGB
CMYK
RGB Variations
Color information
#7AD81A (or 0x7AD81A) is known color: Yellow Green. HEX triplet: 7A, D8 and 1A. RGB value is (122,216,26). Sum of RGB (Red+Green+Blue) = 122+216+26=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD81A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD81A is #8527E5. Grayscale: #A6A6A6. Windows color (decimal): -8726502 or 1759354. OLE color: 1759354.
HSL color Cylindrical-coordinate representation of color #7AD81A: hue angle of 89.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AD81A is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 26 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.15 |
| HSL | 89.68º | 0.79% | 0.47% | - |
| HSV(B) | 89.68º | 0.88% | 0.85% | - |
| XYZ | 32.77 | 53.32 | 9.54 | - |
| YUV | 166.23 | 48.86 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 26 | 0.44 | 0 | 0.88 | 0.15 | 89.68 | 0.79 | 0.47 |
| Hex | 7A | D8 | 1A | 2C | 0 | 58 | F | 5A | 4F | 2F |
| Octal | 172 | 330 | 32 | 54 | 0 | 130 | 17 | 132 | 117 | 57 |
| Binary | 1111010 | 11011000 | 11010 | 101100 | 0 | 1011000 | 1111 | 1011010 | 1001111 | 101111 |
Color Harmonies of #7AD81A
Complementary color
Monochromatic Colors of #7AD81A
Black with #7AD81A
Text Example
Text Example
White with #7AD81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD81A; }
p { color: rgb(122,216,26); }
H1.HeaderClassName
{
color: #7AD81A;
}
.AnyTagClassName
{
color: #7AD81A;
}
</style>
background-color css
<style>
a { background-color: #7AD81A; }
a { background-color: rgb(122,216,26); }
div.DivClassName
{
background-color: #7AD81A;
}
.BgClassName
{
background-color: #7AD81A;
}
</style>
border-color css
<style>
span { border-color: #7AD81A; }
span { border-color: rgb(122,216,26); }
td.TdClassName
{
border-color: #7AD81A;
}
.TagClassName
{
border-color: #7AD81A;
}
</style>