Shades of Green Yellow #AAFF2C
Tints of Green Yellow #AAFF2C
RGB
CMYK
RGB Variations
Color information
#AAFF2C (or 0xAAFF2C) is known color: Green Yellow. HEX triplet: AA, FF and 2C. RGB value is (170,255,44). Sum of RGB (Red+Green+Blue) = 170+255+44=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF2C is #5500D3. Grayscale: #CECECE. Windows color (decimal): -5570772 or 2949034. OLE color: 2949034.
HSL color Cylindrical-coordinate representation of color #AAFF2C: hue angle of 84.17º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAFF2C is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 44 | - |
| CMYK | 0.33 | 0 | 0.83 | 0 |
| HSL | 84.17º | 1% | 0.59% | - |
| HSV(B) | 84.17º | 0.83% | 1% | - |
| XYZ | 52.79 | 80.25 | 15.09 | - |
| YUV | 205.53 | 36.84 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 44 | 0.33 | 0 | 0.83 | 0 | 84.17 | 1 | 0.59 |
| Hex | AA | FF | 2C | 21 | 0 | 53 | 0 | 54 | 64 | 3B |
| Octal | 252 | 377 | 54 | 41 | 0 | 123 | 0 | 124 | 144 | 73 |
| Binary | 10101010 | 11111111 | 101100 | 100001 | 0 | 1010011 | 0 | 1010100 | 1100100 | 111011 |
Color Harmonies of #AAFF2C
Complementary color
Monochromatic Colors of #AAFF2C
Black with #AAFF2C
Text Example
Text Example
White with #AAFF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF2C; }
p { color: rgb(170,255,44); }
H1.HeaderClassName
{
color: #AAFF2C;
}
.AnyTagClassName
{
color: #AAFF2C;
}
</style>
background-color css
<style>
a { background-color: #AAFF2C; }
a { background-color: rgb(170,255,44); }
div.DivClassName
{
background-color: #AAFF2C;
}
.BgClassName
{
background-color: #AAFF2C;
}
</style>
border-color css
<style>
span { border-color: #AAFF2C; }
span { border-color: rgb(170,255,44); }
td.TdClassName
{
border-color: #AAFF2C;
}
.TagClassName
{
border-color: #AAFF2C;
}
</style>