Shades of Green Yellow #A8F819
Tints of Green Yellow #A8F819
RGB
CMYK
RGB Variations
Color information
#A8F819 (or 0xA8F819) is known color: Green Yellow. HEX triplet: A8, F8 and 19. RGB value is (168,248,25). Sum of RGB (Red+Green+Blue) = 168+248+25=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F819 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F819 is #5707E6. Grayscale: #C7C7C7. Windows color (decimal): -5703655 or 1702056. OLE color: 1702056.
HSL color Cylindrical-coordinate representation of color #A8F819: hue angle of 81.52º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8F819 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 25 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.03 |
| HSL | 81.52º | 0.94% | 0.54% | - |
| HSV(B) | 81.52º | 0.9% | 0.97% | - |
| XYZ | 49.89 | 75.53 | 12.87 | - |
| YUV | 198.66 | 30 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 25 | 0.32 | 0 | 0.90 | 0.03 | 81.52 | 0.94 | 0.54 |
| Hex | A8 | F8 | 19 | 20 | 0 | 5A | 3 | 52 | 5E | 36 |
| Octal | 250 | 370 | 31 | 40 | 0 | 132 | 3 | 122 | 136 | 66 |
| Binary | 10101000 | 11111000 | 11001 | 100000 | 0 | 1011010 | 11 | 1010010 | 1011110 | 110110 |
Color Harmonies of #A8F819
Complementary color
Monochromatic Colors of #A8F819
Black with #A8F819
Text Example
Text Example
White with #A8F819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F819; }
p { color: rgb(168,248,25); }
H1.HeaderClassName
{
color: #A8F819;
}
.AnyTagClassName
{
color: #A8F819;
}
</style>
background-color css
<style>
a { background-color: #A8F819; }
a { background-color: rgb(168,248,25); }
div.DivClassName
{
background-color: #A8F819;
}
.BgClassName
{
background-color: #A8F819;
}
</style>
border-color css
<style>
span { border-color: #A8F819; }
span { border-color: rgb(168,248,25); }
td.TdClassName
{
border-color: #A8F819;
}
.TagClassName
{
border-color: #A8F819;
}
</style>