Shades of Green Yellow #A1FF28
Tints of Green Yellow #A1FF28
RGB
CMYK
RGB Variations
Color information
#A1FF28 (or 0xA1FF28) is known color: Green Yellow. HEX triplet: A1, FF and 28. RGB value is (161,255,40). Sum of RGB (Red+Green+Blue) = 161+255+40=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1FF28 is #5E00D7. Grayscale: #CBCBCB. Windows color (decimal): -6160600 or 2686881. OLE color: 2686881.
HSL color Cylindrical-coordinate representation of color #A1FF28: hue angle of 86.23º 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 #A1FF28 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 40 | - |
| CMYK | 0.37 | 0 | 0.84 | 0 |
| HSL | 86.23º | 1% | 0.58% | - |
| HSV(B) | 86.23º | 0.84% | 1% | - |
| XYZ | 50.84 | 79.25 | 14.62 | - |
| YUV | 202.38 | 36.36 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 40 | 0.37 | 0 | 0.84 | 0 | 86.23 | 1 | 0.58 |
| Hex | A1 | FF | 28 | 25 | 0 | 54 | 0 | 56 | 64 | 3A |
| Octal | 241 | 377 | 50 | 45 | 0 | 124 | 0 | 126 | 144 | 72 |
| Binary | 10100001 | 11111111 | 101000 | 100101 | 0 | 1010100 | 0 | 1010110 | 1100100 | 111010 |
Color Harmonies of #A1FF28
Complementary color
Monochromatic Colors of #A1FF28
Black with #A1FF28
Text Example
Text Example
White with #A1FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF28; }
p { color: rgb(161,255,40); }
H1.HeaderClassName
{
color: #A1FF28;
}
.AnyTagClassName
{
color: #A1FF28;
}
</style>
background-color css
<style>
a { background-color: #A1FF28; }
a { background-color: rgb(161,255,40); }
div.DivClassName
{
background-color: #A1FF28;
}
.BgClassName
{
background-color: #A1FF28;
}
</style>
border-color css
<style>
span { border-color: #A1FF28; }
span { border-color: rgb(161,255,40); }
td.TdClassName
{
border-color: #A1FF28;
}
.TagClassName
{
border-color: #A1FF28;
}
</style>