Shades of Green Yellow #AAFF26
Tints of Green Yellow #AAFF26
RGB
CMYK
RGB Variations
Color information
#AAFF26 (or 0xAAFF26) is known color: Green Yellow. HEX triplet: AA, FF and 26. RGB value is (170,255,38). Sum of RGB (Red+Green+Blue) = 170+255+38=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 38 (15.23% from 255 or 8.21% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF26 is #5500D9. Grayscale: #CDCDCD. Windows color (decimal): -5570778 or 2555818. OLE color: 2555818.
HSL color Cylindrical-coordinate representation of color #AAFF26: hue angle of 83.5º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAFF26 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 38 | - |
| CMYK | 0.33 | 0 | 0.85 | 0 |
| HSL | 83.5º | 1% | 0.57% | - |
| HSV(B) | 83.5º | 0.85% | 1% | - |
| XYZ | 52.69 | 80.21 | 14.54 | - |
| YUV | 204.85 | 33.84 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 38 | 0.33 | 0 | 0.85 | 0 | 83.5 | 1 | 0.57 |
| Hex | AA | FF | 26 | 21 | 0 | 55 | 0 | 54 | 64 | 39 |
| Octal | 252 | 377 | 46 | 41 | 0 | 125 | 0 | 124 | 144 | 71 |
| Binary | 10101010 | 11111111 | 100110 | 100001 | 0 | 1010101 | 0 | 1010100 | 1100100 | 111001 |
Color Harmonies of #AAFF26
Complementary color
Monochromatic Colors of #AAFF26
Black with #AAFF26
Text Example
Text Example
White with #AAFF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF26; }
p { color: rgb(170,255,38); }
H1.HeaderClassName
{
color: #AAFF26;
}
.AnyTagClassName
{
color: #AAFF26;
}
</style>
background-color css
<style>
a { background-color: #AAFF26; }
a { background-color: rgb(170,255,38); }
div.DivClassName
{
background-color: #AAFF26;
}
.BgClassName
{
background-color: #AAFF26;
}
</style>
border-color css
<style>
span { border-color: #AAFF26; }
span { border-color: rgb(170,255,38); }
td.TdClassName
{
border-color: #AAFF26;
}
.TagClassName
{
border-color: #AAFF26;
}
</style>