Shades of Green Yellow #A5F420
Tints of Green Yellow #A5F420
RGB
CMYK
RGB Variations
Color information
#A5F420 (or 0xA5F420) is known color: Green Yellow. HEX triplet: A5, F4 and 20. RGB value is (165,244,32). Sum of RGB (Red+Green+Blue) = 165+244+32=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 244 (95.70% from 255 or 55.33% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F420 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F420 is #5A0BDF. Grayscale: #C4C4C4. Windows color (decimal): -5901280 or 2159781. OLE color: 2159781.
HSL color Cylindrical-coordinate representation of color #A5F420: hue angle of 82.36º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5F420 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 244 | 32 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.04 |
| HSL | 82.36º | 0.91% | 0.54% | - |
| HSV(B) | 82.36º | 0.87% | 0.96% | - |
| XYZ | 48.13 | 72.8 | 12.88 | - |
| YUV | 196.21 | 35.33 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 244 | 32 | 0.32 | 0 | 0.87 | 0.04 | 82.36 | 0.91 | 0.54 |
| Hex | A5 | F4 | 20 | 20 | 0 | 57 | 4 | 52 | 5B | 36 |
| Octal | 245 | 364 | 40 | 40 | 0 | 127 | 4 | 122 | 133 | 66 |
| Binary | 10100101 | 11110100 | 100000 | 100000 | 0 | 1010111 | 100 | 1010010 | 1011011 | 110110 |
Color Harmonies of #A5F420
Complementary color
Monochromatic Colors of #A5F420
Black with #A5F420
Text Example
Text Example
White with #A5F420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F420; }
p { color: rgb(165,244,32); }
H1.HeaderClassName
{
color: #A5F420;
}
.AnyTagClassName
{
color: #A5F420;
}
</style>
background-color css
<style>
a { background-color: #A5F420; }
a { background-color: rgb(165,244,32); }
div.DivClassName
{
background-color: #A5F420;
}
.BgClassName
{
background-color: #A5F420;
}
</style>
border-color css
<style>
span { border-color: #A5F420; }
span { border-color: rgb(165,244,32); }
td.TdClassName
{
border-color: #A5F420;
}
.TagClassName
{
border-color: #A5F420;
}
</style>