Shades of Green Yellow #A8F828
Tints of Green Yellow #A8F828
RGB
CMYK
RGB Variations
Color information
#A8F828 (or 0xA8F828) is known color: Green Yellow. HEX triplet: A8, F8 and 28. RGB value is (168,248,40). Sum of RGB (Red+Green+Blue) = 168+248+40=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 248 (97.27% from 255 or 54.39% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F828 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F828 is #5707D7. Grayscale: #C9C9C9. Windows color (decimal): -5703640 or 2685096. OLE color: 2685096.
HSL color Cylindrical-coordinate representation of color #A8F828: hue angle of 83.08º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8F828 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 40 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.03 |
| HSL | 83.08º | 0.94% | 0.56% | - |
| HSV(B) | 83.08º | 0.84% | 0.97% | - |
| XYZ | 50.1 | 75.61 | 13.96 | - |
| YUV | 200.37 | 37.5 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 40 | 0.32 | 0 | 0.84 | 0.03 | 83.08 | 0.94 | 0.56 |
| Hex | A8 | F8 | 28 | 20 | 0 | 54 | 3 | 53 | 5E | 38 |
| Octal | 250 | 370 | 50 | 40 | 0 | 124 | 3 | 123 | 136 | 70 |
| Binary | 10101000 | 11111000 | 101000 | 100000 | 0 | 1010100 | 11 | 1010011 | 1011110 | 111000 |
Color Harmonies of #A8F828
Complementary color
Monochromatic Colors of #A8F828
Black with #A8F828
Text Example
Text Example
White with #A8F828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F828; }
p { color: rgb(168,248,40); }
H1.HeaderClassName
{
color: #A8F828;
}
.AnyTagClassName
{
color: #A8F828;
}
</style>
background-color css
<style>
a { background-color: #A8F828; }
a { background-color: rgb(168,248,40); }
div.DivClassName
{
background-color: #A8F828;
}
.BgClassName
{
background-color: #A8F828;
}
</style>
border-color css
<style>
span { border-color: #A8F828; }
span { border-color: rgb(168,248,40); }
td.TdClassName
{
border-color: #A8F828;
}
.TagClassName
{
border-color: #A8F828;
}
</style>