Shades of Green Yellow #AAFF52
Tints of Green Yellow #AAFF52
RGB
CMYK
RGB Variations
Color information
#AAFF52 (or 0xAAFF52) is known color: Green Yellow. HEX triplet: AA, FF and 52. RGB value is (170,255,82). Sum of RGB (Red+Green+Blue) = 170+255+82=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF52 is #5500AD. Grayscale: #D2D2D2. Windows color (decimal): -5570734 or 5439402. OLE color: 5439402.
HSL color Cylindrical-coordinate representation of color #AAFF52: hue angle of 89.48º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAFF52 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 82 | - |
| CMYK | 0.33 | 0 | 0.68 | 0 |
| HSL | 89.48º | 1% | 0.66% | - |
| HSV(B) | 89.48º | 0.68% | 1% | - |
| XYZ | 53.86 | 80.68 | 20.72 | - |
| YUV | 209.86 | 55.84 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 82 | 0.33 | 0 | 0.68 | 0 | 89.48 | 1 | 0.66 |
| Hex | AA | FF | 52 | 21 | 0 | 44 | 0 | 59 | 64 | 42 |
| Octal | 252 | 377 | 122 | 41 | 0 | 104 | 0 | 131 | 144 | 102 |
| Binary | 10101010 | 11111111 | 1010010 | 100001 | 0 | 1000100 | 0 | 1011001 | 1100100 | 1000010 |
Color Harmonies of #AAFF52
Complementary color
Monochromatic Colors of #AAFF52
Black with #AAFF52
Text Example
Text Example
White with #AAFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF52; }
p { color: rgb(170,255,82); }
H1.HeaderClassName
{
color: #AAFF52;
}
.AnyTagClassName
{
color: #AAFF52;
}
</style>
background-color css
<style>
a { background-color: #AAFF52; }
a { background-color: rgb(170,255,82); }
div.DivClassName
{
background-color: #AAFF52;
}
.BgClassName
{
background-color: #AAFF52;
}
</style>
border-color css
<style>
span { border-color: #AAFF52; }
span { border-color: rgb(170,255,82); }
td.TdClassName
{
border-color: #AAFF52;
}
.TagClassName
{
border-color: #AAFF52;
}
</style>