Shades of Green Yellow #A8FE2A
Tints of Green Yellow #A8FE2A
RGB
CMYK
RGB Variations
Color information
#A8FE2A (or 0xA8FE2A) is known color: Green Yellow. HEX triplet: A8, FE and 2A. RGB value is (168,254,42). Sum of RGB (Red+Green+Blue) = 168+254+42=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FE2A is #5701D5. Grayscale: #CCCCCC. Windows color (decimal): -5702102 or 2817704. OLE color: 2817704.
HSL color Cylindrical-coordinate representation of color #A8FE2A: hue angle of 84.34º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8FE2A is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 42 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.00 |
| HSL | 84.34º | 0.99% | 0.58% | - |
| HSV(B) | 84.34º | 0.83% | 1% | - |
| XYZ | 52.01 | 79.38 | 14.77 | - |
| YUV | 204.12 | 36.51 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 42 | 0.34 | 0 | 0.83 | 0.00 | 84.34 | 0.99 | 0.58 |
| Hex | A8 | FE | 2A | 22 | 0 | 53 | 0 | 54 | 63 | 3A |
| Octal | 250 | 376 | 52 | 42 | 0 | 123 | 0 | 124 | 143 | 72 |
| Binary | 10101000 | 11111110 | 101010 | 100010 | 0 | 1010011 | 0 | 1010100 | 1100011 | 111010 |
Color Harmonies of #A8FE2A
Complementary color
Monochromatic Colors of #A8FE2A
Black with #A8FE2A
Text Example
Text Example
White with #A8FE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FE2A; }
p { color: rgb(168,254,42); }
H1.HeaderClassName
{
color: #A8FE2A;
}
.AnyTagClassName
{
color: #A8FE2A;
}
</style>
background-color css
<style>
a { background-color: #A8FE2A; }
a { background-color: rgb(168,254,42); }
div.DivClassName
{
background-color: #A8FE2A;
}
.BgClassName
{
background-color: #A8FE2A;
}
</style>
border-color css
<style>
span { border-color: #A8FE2A; }
span { border-color: rgb(168,254,42); }
td.TdClassName
{
border-color: #A8FE2A;
}
.TagClassName
{
border-color: #A8FE2A;
}
</style>