Shades of Green Yellow #A8FA40
Tints of Green Yellow #A8FA40
RGB
CMYK
RGB Variations
Color information
#A8FA40 (or 0xA8FA40) is known color: Green Yellow. HEX triplet: A8, FA and 40. RGB value is (168,250,64). Sum of RGB (Red+Green+Blue) = 168+250+64=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FA40 is #5705BF. Grayscale: #CCCCCC. Windows color (decimal): -5703104 or 4258472. OLE color: 4258472.
HSL color Cylindrical-coordinate representation of color #A8FA40: hue angle of 86.45º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8FA40 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 64 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.02 |
| HSL | 86.45º | 0.95% | 0.62% | - |
| HSV(B) | 86.45º | 0.74% | 0.98% | - |
| XYZ | 51.26 | 77.07 | 17.02 | - |
| YUV | 204.28 | 48.83 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 64 | 0.33 | 0 | 0.74 | 0.02 | 86.45 | 0.95 | 0.62 |
| Hex | A8 | FA | 40 | 21 | 0 | 4A | 2 | 56 | 5F | 3E |
| Octal | 250 | 372 | 100 | 41 | 0 | 112 | 2 | 126 | 137 | 76 |
| Binary | 10101000 | 11111010 | 1000000 | 100001 | 0 | 1001010 | 10 | 1010110 | 1011111 | 111110 |
Color Harmonies of #A8FA40
Complementary color
Monochromatic Colors of #A8FA40
Black with #A8FA40
Text Example
Text Example
White with #A8FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA40; }
p { color: rgb(168,250,64); }
H1.HeaderClassName
{
color: #A8FA40;
}
.AnyTagClassName
{
color: #A8FA40;
}
</style>
background-color css
<style>
a { background-color: #A8FA40; }
a { background-color: rgb(168,250,64); }
div.DivClassName
{
background-color: #A8FA40;
}
.BgClassName
{
background-color: #A8FA40;
}
</style>
border-color css
<style>
span { border-color: #A8FA40; }
span { border-color: rgb(168,250,64); }
td.TdClassName
{
border-color: #A8FA40;
}
.TagClassName
{
border-color: #A8FA40;
}
</style>