Shades of Green Yellow #A8FE50
Tints of Green Yellow #A8FE50
RGB
CMYK
RGB Variations
Color information
#A8FE50 (or 0xA8FE50) is known color: Green Yellow. HEX triplet: A8, FE and 50. RGB value is (168,254,80). Sum of RGB (Red+Green+Blue) = 168+254+80=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE50 is #5701AF. Grayscale: #D1D1D1. Windows color (decimal): -5702064 or 5308072. OLE color: 5308072.
HSL color Cylindrical-coordinate representation of color #A8FE50: hue angle of 89.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8FE50 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 80 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.00 |
| HSL | 89.66º | 0.99% | 0.65% | - |
| HSV(B) | 89.66º | 0.69% | 1% | - |
| XYZ | 53.04 | 79.79 | 20.19 | - |
| YUV | 208.45 | 55.51 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 80 | 0.34 | 0 | 0.69 | 0.00 | 89.66 | 0.99 | 0.65 |
| Hex | A8 | FE | 50 | 22 | 0 | 45 | 0 | 5A | 63 | 41 |
| Octal | 250 | 376 | 120 | 42 | 0 | 105 | 0 | 132 | 143 | 101 |
| Binary | 10101000 | 11111110 | 1010000 | 100010 | 0 | 1000101 | 0 | 1011010 | 1100011 | 1000001 |
Color Harmonies of #A8FE50
Complementary color
Monochromatic Colors of #A8FE50
Black with #A8FE50
Text Example
Text Example
White with #A8FE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FE50; }
p { color: rgb(168,254,80); }
H1.HeaderClassName
{
color: #A8FE50;
}
.AnyTagClassName
{
color: #A8FE50;
}
</style>
background-color css
<style>
a { background-color: #A8FE50; }
a { background-color: rgb(168,254,80); }
div.DivClassName
{
background-color: #A8FE50;
}
.BgClassName
{
background-color: #A8FE50;
}
</style>
border-color css
<style>
span { border-color: #A8FE50; }
span { border-color: rgb(168,254,80); }
td.TdClassName
{
border-color: #A8FE50;
}
.TagClassName
{
border-color: #A8FE50;
}
</style>