Shades of Green Yellow #A8F71A
Tints of Green Yellow #A8F71A
RGB
CMYK
RGB Variations
Color information
#A8F71A (or 0xA8F71A) is known color: Green Yellow. HEX triplet: A8, F7 and 1A. RGB value is (168,247,26). Sum of RGB (Red+Green+Blue) = 168+247+26=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 247 (96.88% from 255 or 56.01% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F71A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F71A is #5708E5. Grayscale: #C6C6C6. Windows color (decimal): -5703910 or 1767336. OLE color: 1767336.
HSL color Cylindrical-coordinate representation of color #A8F71A: hue angle of 81.45º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8F71A is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 26 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.03 |
| HSL | 81.45º | 0.93% | 0.54% | - |
| HSV(B) | 81.45º | 0.89% | 0.97% | - |
| XYZ | 49.6 | 74.92 | 12.82 | - |
| YUV | 198.19 | 30.83 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 26 | 0.32 | 0 | 0.89 | 0.03 | 81.45 | 0.93 | 0.54 |
| Hex | A8 | F7 | 1A | 20 | 0 | 59 | 3 | 51 | 5D | 36 |
| Octal | 250 | 367 | 32 | 40 | 0 | 131 | 3 | 121 | 135 | 66 |
| Binary | 10101000 | 11110111 | 11010 | 100000 | 0 | 1011001 | 11 | 1010001 | 1011101 | 110110 |
Color Harmonies of #A8F71A
Complementary color
Monochromatic Colors of #A8F71A
Black with #A8F71A
Text Example
Text Example
White with #A8F71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F71A; }
p { color: rgb(168,247,26); }
H1.HeaderClassName
{
color: #A8F71A;
}
.AnyTagClassName
{
color: #A8F71A;
}
</style>
background-color css
<style>
a { background-color: #A8F71A; }
a { background-color: rgb(168,247,26); }
div.DivClassName
{
background-color: #A8F71A;
}
.BgClassName
{
background-color: #A8F71A;
}
</style>
border-color css
<style>
span { border-color: #A8F71A; }
span { border-color: rgb(168,247,26); }
td.TdClassName
{
border-color: #A8F71A;
}
.TagClassName
{
border-color: #A8F71A;
}
</style>