Shades of Green Yellow #A9FF32
Tints of Green Yellow #A9FF32
RGB
CMYK
RGB Variations
Color information
#A9FF32 (or 0xA9FF32) is known color: Green Yellow. HEX triplet: A9, FF and 32. RGB value is (169,255,50). Sum of RGB (Red+Green+Blue) = 169+255+50=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FF32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A9FF32 is #5600CD. Grayscale: #CECECE. Windows color (decimal): -5636302 or 3342249. OLE color: 3342249.
HSL color Cylindrical-coordinate representation of color #A9FF32: hue angle of 85.17º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9FF32 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 255 | 50 | - |
| CMYK | 0.34 | 0 | 0.80 | 0 |
| HSL | 85.17º | 1% | 0.6% | - |
| HSV(B) | 85.17º | 0.8% | 1% | - |
| XYZ | 52.7 | 80.19 | 15.72 | - |
| YUV | 205.92 | 40.01 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 255 | 50 | 0.34 | 0 | 0.80 | 0 | 85.17 | 1 | 0.6 |
| Hex | A9 | FF | 32 | 22 | 0 | 50 | 0 | 55 | 64 | 3C |
| Octal | 251 | 377 | 62 | 42 | 0 | 120 | 0 | 125 | 144 | 74 |
| Binary | 10101001 | 11111111 | 110010 | 100010 | 0 | 1010000 | 0 | 1010101 | 1100100 | 111100 |
Color Harmonies of #A9FF32
Complementary color
Monochromatic Colors of #A9FF32
Black with #A9FF32
Text Example
Text Example
White with #A9FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FF32; }
p { color: rgb(169,255,50); }
H1.HeaderClassName
{
color: #A9FF32;
}
.AnyTagClassName
{
color: #A9FF32;
}
</style>
background-color css
<style>
a { background-color: #A9FF32; }
a { background-color: rgb(169,255,50); }
div.DivClassName
{
background-color: #A9FF32;
}
.BgClassName
{
background-color: #A9FF32;
}
</style>
border-color css
<style>
span { border-color: #A9FF32; }
span { border-color: rgb(169,255,50); }
td.TdClassName
{
border-color: #A9FF32;
}
.TagClassName
{
border-color: #A9FF32;
}
</style>