Shades of Green Yellow #AAFF18
Tints of Green Yellow #AAFF18
RGB
CMYK
RGB Variations
Color information
#AAFF18 (or 0xAAFF18) is known color: Green Yellow. HEX triplet: AA, FF and 18. RGB value is (170,255,24). Sum of RGB (Red+Green+Blue) = 170+255+24=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 24 (9.77% from 255 or 5.35% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AAFF18 is #5500E7. Grayscale: #CCCCCC. Windows color (decimal): -5570792 or 1638314. OLE color: 1638314.
HSL color Cylindrical-coordinate representation of color #AAFF18: hue angle of 82.08º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAFF18 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 24 | - |
| CMYK | 0.33 | 0 | 0.91 | 0 |
| HSL | 82.08º | 1% | 0.55% | - |
| HSV(B) | 82.08º | 0.91% | 1% | - |
| XYZ | 52.5 | 80.13 | 13.56 | - |
| YUV | 203.25 | 26.84 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 24 | 0.33 | 0 | 0.91 | 0 | 82.08 | 1 | 0.55 |
| Hex | AA | FF | 18 | 21 | 0 | 5B | 0 | 52 | 64 | 37 |
| Octal | 252 | 377 | 30 | 41 | 0 | 133 | 0 | 122 | 144 | 67 |
| Binary | 10101010 | 11111111 | 11000 | 100001 | 0 | 1011011 | 0 | 1010010 | 1100100 | 110111 |
Color Harmonies of #AAFF18
Complementary color
Monochromatic Colors of #AAFF18
Black with #AAFF18
Text Example
Text Example
White with #AAFF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF18; }
p { color: rgb(170,255,24); }
H1.HeaderClassName
{
color: #AAFF18;
}
.AnyTagClassName
{
color: #AAFF18;
}
</style>
background-color css
<style>
a { background-color: #AAFF18; }
a { background-color: rgb(170,255,24); }
div.DivClassName
{
background-color: #AAFF18;
}
.BgClassName
{
background-color: #AAFF18;
}
</style>
border-color css
<style>
span { border-color: #AAFF18; }
span { border-color: rgb(170,255,24); }
td.TdClassName
{
border-color: #AAFF18;
}
.TagClassName
{
border-color: #AAFF18;
}
</style>