Shades of Green Yellow #AAFF21
Tints of Green Yellow #AAFF21
RGB
CMYK
RGB Variations
Color information
#AAFF21 (or 0xAAFF21) is known color: Green Yellow. HEX triplet: AA, FF and 21. RGB value is (170,255,33). Sum of RGB (Red+Green+Blue) = 170+255+33=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 33 (13.28% from 255 or 7.21% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF21 is #5500DE. Grayscale: #CDCDCD. Windows color (decimal): -5570783 or 2228138. OLE color: 2228138.
HSL color Cylindrical-coordinate representation of color #AAFF21: hue angle of 82.97º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAFF21 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 33 | - |
| CMYK | 0.33 | 0 | 0.87 | 0 |
| HSL | 82.97º | 1% | 0.56% | - |
| HSV(B) | 82.97º | 0.87% | 1% | - |
| XYZ | 52.61 | 80.18 | 14.14 | - |
| YUV | 204.28 | 31.34 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 33 | 0.33 | 0 | 0.87 | 0 | 82.97 | 1 | 0.56 |
| Hex | AA | FF | 21 | 21 | 0 | 57 | 0 | 53 | 64 | 38 |
| Octal | 252 | 377 | 41 | 41 | 0 | 127 | 0 | 123 | 144 | 70 |
| Binary | 10101010 | 11111111 | 100001 | 100001 | 0 | 1010111 | 0 | 1010011 | 1100100 | 111000 |
Color Harmonies of #AAFF21
Complementary color
Monochromatic Colors of #AAFF21
Black with #AAFF21
Text Example
Text Example
White with #AAFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF21; }
p { color: rgb(170,255,33); }
H1.HeaderClassName
{
color: #AAFF21;
}
.AnyTagClassName
{
color: #AAFF21;
}
</style>
background-color css
<style>
a { background-color: #AAFF21; }
a { background-color: rgb(170,255,33); }
div.DivClassName
{
background-color: #AAFF21;
}
.BgClassName
{
background-color: #AAFF21;
}
</style>
border-color css
<style>
span { border-color: #AAFF21; }
span { border-color: rgb(170,255,33); }
td.TdClassName
{
border-color: #AAFF21;
}
.TagClassName
{
border-color: #AAFF21;
}
</style>