Shades of Green Yellow #AAFF4A
Tints of Green Yellow #AAFF4A
RGB
CMYK
RGB Variations
Color information
#AAFF4A (or 0xAAFF4A) is known color: Green Yellow. HEX triplet: AA, FF and 4A. RGB value is (170,255,74). Sum of RGB (Red+Green+Blue) = 170+255+74=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF4A is #5500B5. Grayscale: #D1D1D1. Windows color (decimal): -5570742 or 4915114. OLE color: 4915114.
HSL color Cylindrical-coordinate representation of color #AAFF4A: hue angle of 88.18º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAFF4A is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 74 | - |
| CMYK | 0.33 | 0 | 0.71 | 0 |
| HSL | 88.18º | 1% | 0.65% | - |
| HSV(B) | 88.18º | 0.71% | 1% | - |
| XYZ | 53.57 | 80.56 | 19.2 | - |
| YUV | 208.95 | 51.84 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 74 | 0.33 | 0 | 0.71 | 0 | 88.18 | 1 | 0.65 |
| Hex | AA | FF | 4A | 21 | 0 | 47 | 0 | 58 | 64 | 41 |
| Octal | 252 | 377 | 112 | 41 | 0 | 107 | 0 | 130 | 144 | 101 |
| Binary | 10101010 | 11111111 | 1001010 | 100001 | 0 | 1000111 | 0 | 1011000 | 1100100 | 1000001 |
Color Harmonies of #AAFF4A
Complementary color
Monochromatic Colors of #AAFF4A
Black with #AAFF4A
Text Example
Text Example
White with #AAFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF4A; }
p { color: rgb(170,255,74); }
H1.HeaderClassName
{
color: #AAFF4A;
}
.AnyTagClassName
{
color: #AAFF4A;
}
</style>
background-color css
<style>
a { background-color: #AAFF4A; }
a { background-color: rgb(170,255,74); }
div.DivClassName
{
background-color: #AAFF4A;
}
.BgClassName
{
background-color: #AAFF4A;
}
</style>
border-color css
<style>
span { border-color: #AAFF4A; }
span { border-color: rgb(170,255,74); }
td.TdClassName
{
border-color: #AAFF4A;
}
.TagClassName
{
border-color: #AAFF4A;
}
</style>