Shades of Green Yellow #AAFE28
Tints of Green Yellow #AAFE28
RGB
CMYK
RGB Variations
Color information
#AAFE28 (or 0xAAFE28) is known color: Green Yellow. HEX triplet: AA, FE and 28. RGB value is (170,254,40). Sum of RGB (Red+Green+Blue) = 170+254+40=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFE28 is #5501D7. Grayscale: #CDCDCD. Windows color (decimal): -5571032 or 2686634. OLE color: 2686634.
HSL color Cylindrical-coordinate representation of color #AAFE28: hue angle of 83.55º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAFE28 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 40 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.00 |
| HSL | 83.55º | 0.99% | 0.58% | - |
| HSV(B) | 83.55º | 0.84% | 1% | - |
| XYZ | 52.4 | 79.58 | 14.61 | - |
| YUV | 204.49 | 35.17 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 40 | 0.33 | 0 | 0.84 | 0.00 | 83.55 | 0.99 | 0.58 |
| Hex | AA | FE | 28 | 21 | 0 | 54 | 0 | 54 | 63 | 3A |
| Octal | 252 | 376 | 50 | 41 | 0 | 124 | 0 | 124 | 143 | 72 |
| Binary | 10101010 | 11111110 | 101000 | 100001 | 0 | 1010100 | 0 | 1010100 | 1100011 | 111010 |
Color Harmonies of #AAFE28
Complementary color
Monochromatic Colors of #AAFE28
Black with #AAFE28
Text Example
Text Example
White with #AAFE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFE28; }
p { color: rgb(170,254,40); }
H1.HeaderClassName
{
color: #AAFE28;
}
.AnyTagClassName
{
color: #AAFE28;
}
</style>
background-color css
<style>
a { background-color: #AAFE28; }
a { background-color: rgb(170,254,40); }
div.DivClassName
{
background-color: #AAFE28;
}
.BgClassName
{
background-color: #AAFE28;
}
</style>
border-color css
<style>
span { border-color: #AAFE28; }
span { border-color: rgb(170,254,40); }
td.TdClassName
{
border-color: #AAFE28;
}
.TagClassName
{
border-color: #AAFE28;
}
</style>