Shades of Green Yellow #AAFF50
Tints of Green Yellow #AAFF50
RGB
CMYK
RGB Variations
Color information
#AAFF50 (or 0xAAFF50) is known color: Green Yellow. HEX triplet: AA, FF and 50. RGB value is (170,255,80). Sum of RGB (Red+Green+Blue) = 170+255+80=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF50 is #5500AF. Grayscale: #D2D2D2. Windows color (decimal): -5570736 or 5308330. OLE color: 5308330.
HSL color Cylindrical-coordinate representation of color #AAFF50: hue angle of 89.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAFF50 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 80 | - |
| CMYK | 0.33 | 0 | 0.69 | 0 |
| HSL | 89.14º | 1% | 0.66% | - |
| HSV(B) | 89.14º | 0.69% | 1% | - |
| XYZ | 53.79 | 80.65 | 20.32 | - |
| YUV | 209.64 | 54.84 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 80 | 0.33 | 0 | 0.69 | 0 | 89.14 | 1 | 0.66 |
| Hex | AA | FF | 50 | 21 | 0 | 45 | 0 | 59 | 64 | 42 |
| Octal | 252 | 377 | 120 | 41 | 0 | 105 | 0 | 131 | 144 | 102 |
| Binary | 10101010 | 11111111 | 1010000 | 100001 | 0 | 1000101 | 0 | 1011001 | 1100100 | 1000010 |
Color Harmonies of #AAFF50
Complementary color
Monochromatic Colors of #AAFF50
Black with #AAFF50
Text Example
Text Example
White with #AAFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF50; }
p { color: rgb(170,255,80); }
H1.HeaderClassName
{
color: #AAFF50;
}
.AnyTagClassName
{
color: #AAFF50;
}
</style>
background-color css
<style>
a { background-color: #AAFF50; }
a { background-color: rgb(170,255,80); }
div.DivClassName
{
background-color: #AAFF50;
}
.BgClassName
{
background-color: #AAFF50;
}
</style>
border-color css
<style>
span { border-color: #AAFF50; }
span { border-color: rgb(170,255,80); }
td.TdClassName
{
border-color: #AAFF50;
}
.TagClassName
{
border-color: #AAFF50;
}
</style>