Shades of Green Yellow #A8FA32
Tints of Green Yellow #A8FA32
RGB
CMYK
RGB Variations
Color information
#A8FA32 (or 0xA8FA32) is known color: Green Yellow. HEX triplet: A8, FA and 32. RGB value is (168,250,50). Sum of RGB (Red+Green+Blue) = 168+250+50=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FA32 is #5705CD. Grayscale: #CBCBCB. Windows color (decimal): -5703118 or 3340968. OLE color: 3340968.
HSL color Cylindrical-coordinate representation of color #A8FA32: hue angle of 84.6º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8FA32 is Cyan = 0.33, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 50 | - |
| CMYK | 0.33 | 0 | 0.8 | 0.02 |
| HSL | 84.6º | 0.95% | 0.59% | - |
| HSV(B) | 84.6º | 0.8% | 0.98% | - |
| XYZ | 50.91 | 76.93 | 15.18 | - |
| YUV | 202.68 | 41.83 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 50 | 0.33 | 0 | 0.8 | 0.02 | 84.6 | 0.95 | 0.59 |
| Hex | A8 | FA | 32 | 21 | 0 | 50 | 2 | 55 | 5F | 3B |
| Octal | 250 | 372 | 62 | 41 | 0 | 120 | 2 | 125 | 137 | 73 |
| Binary | 10101000 | 11111010 | 110010 | 100001 | 0 | 1010000 | 10 | 1010101 | 1011111 | 111011 |
Color Harmonies of #A8FA32
Complementary color
Monochromatic Colors of #A8FA32
Black with #A8FA32
Text Example
Text Example
White with #A8FA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA32; }
p { color: rgb(168,250,50); }
H1.HeaderClassName
{
color: #A8FA32;
}
.AnyTagClassName
{
color: #A8FA32;
}
</style>
background-color css
<style>
a { background-color: #A8FA32; }
a { background-color: rgb(168,250,50); }
div.DivClassName
{
background-color: #A8FA32;
}
.BgClassName
{
background-color: #A8FA32;
}
</style>
border-color css
<style>
span { border-color: #A8FA32; }
span { border-color: rgb(168,250,50); }
td.TdClassName
{
border-color: #A8FA32;
}
.TagClassName
{
border-color: #A8FA32;
}
</style>