Shades of Green Yellow #A8FD20
Tints of Green Yellow #A8FD20
RGB
CMYK
RGB Variations
Color information
#A8FD20 (or 0xA8FD20) is known color: Green Yellow. HEX triplet: A8, FD and 20. RGB value is (168,253,32). Sum of RGB (Red+Green+Blue) = 168+253+32=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 253 (99.22% from 255 or 55.85% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8FD20 is #5702DF. Grayscale: #CBCBCB. Windows color (decimal): -5702368 or 2162088. OLE color: 2162088.
HSL color Cylindrical-coordinate representation of color #A8FD20: hue angle of 83.08º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8FD20 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 32 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.01 |
| HSL | 83.08º | 0.98% | 0.56% | - |
| HSV(B) | 83.08º | 0.87% | 0.99% | - |
| XYZ | 51.53 | 78.68 | 13.84 | - |
| YUV | 202.39 | 31.84 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 32 | 0.34 | 0 | 0.87 | 0.01 | 83.08 | 0.98 | 0.56 |
| Hex | A8 | FD | 20 | 22 | 0 | 57 | 1 | 53 | 62 | 38 |
| Octal | 250 | 375 | 40 | 42 | 0 | 127 | 1 | 123 | 142 | 70 |
| Binary | 10101000 | 11111101 | 100000 | 100010 | 0 | 1010111 | 1 | 1010011 | 1100010 | 111000 |
Color Harmonies of #A8FD20
Complementary color
Monochromatic Colors of #A8FD20
Black with #A8FD20
Text Example
Text Example
White with #A8FD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FD20; }
p { color: rgb(168,253,32); }
H1.HeaderClassName
{
color: #A8FD20;
}
.AnyTagClassName
{
color: #A8FD20;
}
</style>
background-color css
<style>
a { background-color: #A8FD20; }
a { background-color: rgb(168,253,32); }
div.DivClassName
{
background-color: #A8FD20;
}
.BgClassName
{
background-color: #A8FD20;
}
</style>
border-color css
<style>
span { border-color: #A8FD20; }
span { border-color: rgb(168,253,32); }
td.TdClassName
{
border-color: #A8FD20;
}
.TagClassName
{
border-color: #A8FD20;
}
</style>