Shades of Green Yellow #A8FF28
Tints of Green Yellow #A8FF28
RGB
CMYK
RGB Variations
Color information
#A8FF28 (or 0xA8FF28) is known color: Green Yellow. HEX triplet: A8, FF and 28. RGB value is (168,255,40). Sum of RGB (Red+Green+Blue) = 168+255+40=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FF28 is #5700D7. Grayscale: #CDCDCD. Windows color (decimal): -5701848 or 2686888. OLE color: 2686888.
HSL color Cylindrical-coordinate representation of color #A8FF28: hue angle of 84.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8FF28 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 40 | - |
| CMYK | 0.34 | 0 | 0.84 | 0 |
| HSL | 84.28º | 1% | 0.58% | - |
| HSV(B) | 84.28º | 0.84% | 1% | - |
| XYZ | 52.29 | 80 | 14.69 | - |
| YUV | 204.48 | 35.18 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 40 | 0.34 | 0 | 0.84 | 0 | 84.28 | 1 | 0.58 |
| Hex | A8 | FF | 28 | 22 | 0 | 54 | 0 | 54 | 64 | 3A |
| Octal | 250 | 377 | 50 | 42 | 0 | 124 | 0 | 124 | 144 | 72 |
| Binary | 10101000 | 11111111 | 101000 | 100010 | 0 | 1010100 | 0 | 1010100 | 1100100 | 111010 |
Color Harmonies of #A8FF28
Complementary color
Monochromatic Colors of #A8FF28
Black with #A8FF28
Text Example
Text Example
White with #A8FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF28; }
p { color: rgb(168,255,40); }
H1.HeaderClassName
{
color: #A8FF28;
}
.AnyTagClassName
{
color: #A8FF28;
}
</style>
background-color css
<style>
a { background-color: #A8FF28; }
a { background-color: rgb(168,255,40); }
div.DivClassName
{
background-color: #A8FF28;
}
.BgClassName
{
background-color: #A8FF28;
}
</style>
border-color css
<style>
span { border-color: #A8FF28; }
span { border-color: rgb(168,255,40); }
td.TdClassName
{
border-color: #A8FF28;
}
.TagClassName
{
border-color: #A8FF28;
}
</style>