Shades of Green Yellow #AAFF28
Tints of Green Yellow #AAFF28
RGB
CMYK
RGB Variations
Color information
#AAFF28 (or 0xAAFF28) is known color: Green Yellow. HEX triplet: AA, FF and 28. RGB value is (170,255,40). Sum of RGB (Red+Green+Blue) = 170+255+40=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF28 is #5500D7. Grayscale: #CDCDCD. Windows color (decimal): -5570776 or 2686890. OLE color: 2686890.
HSL color Cylindrical-coordinate representation of color #AAFF28: hue angle of 83.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAFF28 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 40 | - |
| CMYK | 0.33 | 0 | 0.84 | 0 |
| HSL | 83.72º | 1% | 0.58% | - |
| HSV(B) | 83.72º | 0.84% | 1% | - |
| XYZ | 52.72 | 80.22 | 14.71 | - |
| YUV | 205.08 | 34.84 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 40 | 0.33 | 0 | 0.84 | 0 | 83.72 | 1 | 0.58 |
| Hex | AA | FF | 28 | 21 | 0 | 54 | 0 | 54 | 64 | 3A |
| Octal | 252 | 377 | 50 | 41 | 0 | 124 | 0 | 124 | 144 | 72 |
| Binary | 10101010 | 11111111 | 101000 | 100001 | 0 | 1010100 | 0 | 1010100 | 1100100 | 111010 |
Color Harmonies of #AAFF28
Complementary color
Monochromatic Colors of #AAFF28
Black with #AAFF28
Text Example
Text Example
White with #AAFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF28; }
p { color: rgb(170,255,40); }
H1.HeaderClassName
{
color: #AAFF28;
}
.AnyTagClassName
{
color: #AAFF28;
}
</style>
background-color css
<style>
a { background-color: #AAFF28; }
a { background-color: rgb(170,255,40); }
div.DivClassName
{
background-color: #AAFF28;
}
.BgClassName
{
background-color: #AAFF28;
}
</style>
border-color css
<style>
span { border-color: #AAFF28; }
span { border-color: rgb(170,255,40); }
td.TdClassName
{
border-color: #AAFF28;
}
.TagClassName
{
border-color: #AAFF28;
}
</style>