Shades of Green Yellow #A8FE1A
Tints of Green Yellow #A8FE1A
RGB
CMYK
RGB Variations
Color information
#A8FE1A (or 0xA8FE1A) is known color: Green Yellow. HEX triplet: A8, FE and 1A. RGB value is (168,254,26). Sum of RGB (Red+Green+Blue) = 168+254+26=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 26 (10.55% from 255 or 5.80% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FE1A is #5701E5. Grayscale: #CBCBCB. Windows color (decimal): -5702118 or 1769128. OLE color: 1769128.
HSL color Cylindrical-coordinate representation of color #A8FE1A: hue angle of 82.63º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8FE1A is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 26 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.00 |
| HSL | 82.63º | 0.99% | 0.55% | - |
| HSV(B) | 82.63º | 0.9% | 1% | - |
| XYZ | 51.78 | 79.28 | 13.55 | - |
| YUV | 202.29 | 28.51 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 26 | 0.34 | 0 | 0.90 | 0.00 | 82.63 | 0.99 | 0.55 |
| Hex | A8 | FE | 1A | 22 | 0 | 5A | 0 | 53 | 63 | 37 |
| Octal | 250 | 376 | 32 | 42 | 0 | 132 | 0 | 123 | 143 | 67 |
| Binary | 10101000 | 11111110 | 11010 | 100010 | 0 | 1011010 | 0 | 1010011 | 1100011 | 110111 |
Color Harmonies of #A8FE1A
Complementary color
Monochromatic Colors of #A8FE1A
Black with #A8FE1A
Text Example
Text Example
White with #A8FE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FE1A; }
p { color: rgb(168,254,26); }
H1.HeaderClassName
{
color: #A8FE1A;
}
.AnyTagClassName
{
color: #A8FE1A;
}
</style>
background-color css
<style>
a { background-color: #A8FE1A; }
a { background-color: rgb(168,254,26); }
div.DivClassName
{
background-color: #A8FE1A;
}
.BgClassName
{
background-color: #A8FE1A;
}
</style>
border-color css
<style>
span { border-color: #A8FE1A; }
span { border-color: rgb(168,254,26); }
td.TdClassName
{
border-color: #A8FE1A;
}
.TagClassName
{
border-color: #A8FE1A;
}
</style>