Shades of Green Yellow #A4FF18
Tints of Green Yellow #A4FF18
RGB
CMYK
RGB Variations
Color information
#A4FF18 (or 0xA4FF18) is known color: Green Yellow. HEX triplet: A4, FF and 18. RGB value is (164,255,24). Sum of RGB (Red+Green+Blue) = 164+255+24=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FF18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4FF18 is #5B00E7. Grayscale: #CACACA. Windows color (decimal): -5964008 or 1638308. OLE color: 1638308.
HSL color Cylindrical-coordinate representation of color #A4FF18: hue angle of 83.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4FF18 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 24 | - |
| CMYK | 0.36 | 0 | 0.91 | 0 |
| HSL | 83.64º | 1% | 0.55% | - |
| HSV(B) | 83.64º | 0.91% | 1% | - |
| XYZ | 51.23 | 79.48 | 13.5 | - |
| YUV | 201.46 | 27.85 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 24 | 0.36 | 0 | 0.91 | 0 | 83.64 | 1 | 0.55 |
| Hex | A4 | FF | 18 | 24 | 0 | 5B | 0 | 54 | 64 | 37 |
| Octal | 244 | 377 | 30 | 44 | 0 | 133 | 0 | 124 | 144 | 67 |
| Binary | 10100100 | 11111111 | 11000 | 100100 | 0 | 1011011 | 0 | 1010100 | 1100100 | 110111 |
Color Harmonies of #A4FF18
Complementary color
Monochromatic Colors of #A4FF18
Black with #A4FF18
Text Example
Text Example
White with #A4FF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FF18; }
p { color: rgb(164,255,24); }
H1.HeaderClassName
{
color: #A4FF18;
}
.AnyTagClassName
{
color: #A4FF18;
}
</style>
background-color css
<style>
a { background-color: #A4FF18; }
a { background-color: rgb(164,255,24); }
div.DivClassName
{
background-color: #A4FF18;
}
.BgClassName
{
background-color: #A4FF18;
}
</style>
border-color css
<style>
span { border-color: #A4FF18; }
span { border-color: rgb(164,255,24); }
td.TdClassName
{
border-color: #A4FF18;
}
.TagClassName
{
border-color: #A4FF18;
}
</style>