Shades of Yellow Green #7AD71A
Tints of Yellow Green #7AD71A
RGB
CMYK
RGB Variations
Color information
#7AD71A (or 0x7AD71A) is known color: Yellow Green. HEX triplet: 7A, D7 and 1A. RGB value is (122,215,26). Sum of RGB (Red+Green+Blue) = 122+215+26=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #7AD71A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD71A is #8528E5. Grayscale: #A6A6A6. Windows color (decimal): -8726758 or 1759098. OLE color: 1759098.
HSL color Cylindrical-coordinate representation of color #7AD71A: hue angle of 89.52º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AD71A is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 215 | 26 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.16 |
| HSL | 89.52º | 0.78% | 0.47% | - |
| HSV(B) | 89.52º | 0.88% | 0.84% | - |
| XYZ | 32.51 | 52.81 | 9.46 | - |
| YUV | 165.65 | 49.19 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 215 | 26 | 0.43 | 0 | 0.88 | 0.16 | 89.52 | 0.78 | 0.47 |
| Hex | 7A | D7 | 1A | 2B | 0 | 58 | 10 | 5A | 4E | 2F |
| Octal | 172 | 327 | 32 | 53 | 0 | 130 | 20 | 132 | 116 | 57 |
| Binary | 1111010 | 11010111 | 11010 | 101011 | 0 | 1011000 | 10000 | 1011010 | 1001110 | 101111 |
Color Harmonies of #7AD71A
Complementary color
Monochromatic Colors of #7AD71A
Black with #7AD71A
Text Example
Text Example
White with #7AD71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD71A; }
p { color: rgb(122,215,26); }
H1.HeaderClassName
{
color: #7AD71A;
}
.AnyTagClassName
{
color: #7AD71A;
}
</style>
background-color css
<style>
a { background-color: #7AD71A; }
a { background-color: rgb(122,215,26); }
div.DivClassName
{
background-color: #7AD71A;
}
.BgClassName
{
background-color: #7AD71A;
}
</style>
border-color css
<style>
span { border-color: #7AD71A; }
span { border-color: rgb(122,215,26); }
td.TdClassName
{
border-color: #7AD71A;
}
.TagClassName
{
border-color: #7AD71A;
}
</style>