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