Shades of Green Yellow #AAFF41
Tints of Green Yellow #AAFF41
RGB
CMYK
RGB Variations
Color information
#AAFF41 (or 0xAAFF41) is known color: Green Yellow. HEX triplet: AA, FF and 41. RGB value is (170,255,65). Sum of RGB (Red+Green+Blue) = 170+255+65=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 65 (25.78% from 255 or 13.27% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF41 is #5500BE. Grayscale: #D0D0D0. Windows color (decimal): -5570751 or 4325290. OLE color: 4325290.
HSL color Cylindrical-coordinate representation of color #AAFF41: hue angle of 86.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAFF41 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 65 | - |
| CMYK | 0.33 | 0 | 0.75 | 0 |
| HSL | 86.84º | 1% | 0.63% | - |
| HSV(B) | 86.84º | 0.75% | 1% | - |
| XYZ | 53.29 | 80.45 | 17.72 | - |
| YUV | 207.93 | 47.34 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 65 | 0.33 | 0 | 0.75 | 0 | 86.84 | 1 | 0.63 |
| Hex | AA | FF | 41 | 21 | 0 | 4B | 0 | 57 | 64 | 3F |
| Octal | 252 | 377 | 101 | 41 | 0 | 113 | 0 | 127 | 144 | 77 |
| Binary | 10101010 | 11111111 | 1000001 | 100001 | 0 | 1001011 | 0 | 1010111 | 1100100 | 111111 |
Color Harmonies of #AAFF41
Complementary color
Monochromatic Colors of #AAFF41
Black with #AAFF41
Text Example
Text Example
White with #AAFF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF41; }
p { color: rgb(170,255,65); }
H1.HeaderClassName
{
color: #AAFF41;
}
.AnyTagClassName
{
color: #AAFF41;
}
</style>
background-color css
<style>
a { background-color: #AAFF41; }
a { background-color: rgb(170,255,65); }
div.DivClassName
{
background-color: #AAFF41;
}
.BgClassName
{
background-color: #AAFF41;
}
</style>
border-color css
<style>
span { border-color: #AAFF41; }
span { border-color: rgb(170,255,65); }
td.TdClassName
{
border-color: #AAFF41;
}
.TagClassName
{
border-color: #AAFF41;
}
</style>