Shades of Green Yellow #AAFF53
Tints of Green Yellow #AAFF53
RGB
CMYK
RGB Variations
Color information
#AAFF53 (or 0xAAFF53) is known color: Green Yellow. HEX triplet: AA, FF and 53. RGB value is (170,255,83). Sum of RGB (Red+Green+Blue) = 170+255+83=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 83 (32.81% from 255 or 16.34% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF53 is #5500AC. Grayscale: #D2D2D2. Windows color (decimal): -5570733 or 5504938. OLE color: 5504938.
HSL color Cylindrical-coordinate representation of color #AAFF53: hue angle of 89.65º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAFF53 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 83 | - |
| CMYK | 0.33 | 0 | 0.67 | 0 |
| HSL | 89.65º | 1% | 0.66% | - |
| HSV(B) | 89.65º | 0.67% | 1% | - |
| XYZ | 53.9 | 80.69 | 20.92 | - |
| YUV | 209.98 | 56.34 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 83 | 0.33 | 0 | 0.67 | 0 | 89.65 | 1 | 0.66 |
| Hex | AA | FF | 53 | 21 | 0 | 43 | 0 | 5A | 64 | 42 |
| Octal | 252 | 377 | 123 | 41 | 0 | 103 | 0 | 132 | 144 | 102 |
| Binary | 10101010 | 11111111 | 1010011 | 100001 | 0 | 1000011 | 0 | 1011010 | 1100100 | 1000010 |
Color Harmonies of #AAFF53
Complementary color
Monochromatic Colors of #AAFF53
Black with #AAFF53
Text Example
Text Example
White with #AAFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF53; }
p { color: rgb(170,255,83); }
H1.HeaderClassName
{
color: #AAFF53;
}
.AnyTagClassName
{
color: #AAFF53;
}
</style>
background-color css
<style>
a { background-color: #AAFF53; }
a { background-color: rgb(170,255,83); }
div.DivClassName
{
background-color: #AAFF53;
}
.BgClassName
{
background-color: #AAFF53;
}
</style>
border-color css
<style>
span { border-color: #AAFF53; }
span { border-color: rgb(170,255,83); }
td.TdClassName
{
border-color: #AAFF53;
}
.TagClassName
{
border-color: #AAFF53;
}
</style>