Shades of Green Yellow #AAFF2B
Tints of Green Yellow #AAFF2B
RGB
CMYK
RGB Variations
Color information
#AAFF2B (or 0xAAFF2B) is known color: Green Yellow. HEX triplet: AA, FF and 2B. RGB value is (170,255,43). Sum of RGB (Red+Green+Blue) = 170+255+43=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 43 (17.19% from 255 or 9.19% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF2B is #5500D4. Grayscale: #CECECE. Windows color (decimal): -5570773 or 2883498. OLE color: 2883498.
HSL color Cylindrical-coordinate representation of color #AAFF2B: hue angle of 84.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAFF2B is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 43 | - |
| CMYK | 0.33 | 0 | 0.83 | 0 |
| HSL | 84.06º | 1% | 0.58% | - |
| HSV(B) | 84.06º | 0.83% | 1% | - |
| XYZ | 52.77 | 80.24 | 14.99 | - |
| YUV | 205.42 | 36.34 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 43 | 0.33 | 0 | 0.83 | 0 | 84.06 | 1 | 0.58 |
| Hex | AA | FF | 2B | 21 | 0 | 53 | 0 | 54 | 64 | 3A |
| Octal | 252 | 377 | 53 | 41 | 0 | 123 | 0 | 124 | 144 | 72 |
| Binary | 10101010 | 11111111 | 101011 | 100001 | 0 | 1010011 | 0 | 1010100 | 1100100 | 111010 |
Color Harmonies of #AAFF2B
Complementary color
Monochromatic Colors of #AAFF2B
Black with #AAFF2B
Text Example
Text Example
White with #AAFF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF2B; }
p { color: rgb(170,255,43); }
H1.HeaderClassName
{
color: #AAFF2B;
}
.AnyTagClassName
{
color: #AAFF2B;
}
</style>
background-color css
<style>
a { background-color: #AAFF2B; }
a { background-color: rgb(170,255,43); }
div.DivClassName
{
background-color: #AAFF2B;
}
.BgClassName
{
background-color: #AAFF2B;
}
</style>
border-color css
<style>
span { border-color: #AAFF2B; }
span { border-color: rgb(170,255,43); }
td.TdClassName
{
border-color: #AAFF2B;
}
.TagClassName
{
border-color: #AAFF2B;
}
</style>