Shades of Green Yellow #A8F81C
Tints of Green Yellow #A8F81C
RGB
CMYK
RGB Variations
Color information
#A8F81C (or 0xA8F81C) is known color: Green Yellow. HEX triplet: A8, F8 and 1C. RGB value is (168,248,28). Sum of RGB (Red+Green+Blue) = 168+248+28=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 248 (97.27% from 255 or 55.86% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F81C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F81C is #5707E3. Grayscale: #C7C7C7. Windows color (decimal): -5703652 or 1898664. OLE color: 1898664.
HSL color Cylindrical-coordinate representation of color #A8F81C: hue angle of 81.82º degrees, saturation: 0.94, 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 #A8F81C is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 28 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.03 |
| HSL | 81.82º | 0.94% | 0.54% | - |
| HSV(B) | 81.82º | 0.89% | 0.97% | - |
| XYZ | 49.93 | 75.54 | 13.05 | - |
| YUV | 199 | 31.5 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 28 | 0.32 | 0 | 0.89 | 0.03 | 81.82 | 0.94 | 0.54 |
| Hex | A8 | F8 | 1C | 20 | 0 | 59 | 3 | 52 | 5E | 36 |
| Octal | 250 | 370 | 34 | 40 | 0 | 131 | 3 | 122 | 136 | 66 |
| Binary | 10101000 | 11111000 | 11100 | 100000 | 0 | 1011001 | 11 | 1010010 | 1011110 | 110110 |
Color Harmonies of #A8F81C
Complementary color
Monochromatic Colors of #A8F81C
Black with #A8F81C
Text Example
Text Example
White with #A8F81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F81C; }
p { color: rgb(168,248,28); }
H1.HeaderClassName
{
color: #A8F81C;
}
.AnyTagClassName
{
color: #A8F81C;
}
</style>
background-color css
<style>
a { background-color: #A8F81C; }
a { background-color: rgb(168,248,28); }
div.DivClassName
{
background-color: #A8F81C;
}
.BgClassName
{
background-color: #A8F81C;
}
</style>
border-color css
<style>
span { border-color: #A8F81C; }
span { border-color: rgb(168,248,28); }
td.TdClassName
{
border-color: #A8F81C;
}
.TagClassName
{
border-color: #A8F81C;
}
</style>