Shades of Green Yellow #AAFF3E
Tints of Green Yellow #AAFF3E
RGB
CMYK
RGB Variations
Color information
#AAFF3E (or 0xAAFF3E) is known color: Green Yellow. HEX triplet: AA, FF and 3E. RGB value is (170,255,62). Sum of RGB (Red+Green+Blue) = 170+255+62=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF3E is #5500C1. Grayscale: #D0D0D0. Windows color (decimal): -5570754 or 4128682. OLE color: 4128682.
HSL color Cylindrical-coordinate representation of color #AAFF3E: hue angle of 86.42º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAFF3E is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 62 | - |
| CMYK | 0.33 | 0 | 0.76 | 0 |
| HSL | 86.42º | 1% | 0.62% | - |
| HSV(B) | 86.42º | 0.76% | 1% | - |
| XYZ | 53.21 | 80.41 | 17.27 | - |
| YUV | 207.58 | 45.84 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 62 | 0.33 | 0 | 0.76 | 0 | 86.42 | 1 | 0.62 |
| Hex | AA | FF | 3E | 21 | 0 | 4C | 0 | 56 | 64 | 3E |
| Octal | 252 | 377 | 76 | 41 | 0 | 114 | 0 | 126 | 144 | 76 |
| Binary | 10101010 | 11111111 | 111110 | 100001 | 0 | 1001100 | 0 | 1010110 | 1100100 | 111110 |
Color Harmonies of #AAFF3E
Complementary color
Monochromatic Colors of #AAFF3E
Black with #AAFF3E
Text Example
Text Example
White with #AAFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF3E; }
p { color: rgb(170,255,62); }
H1.HeaderClassName
{
color: #AAFF3E;
}
.AnyTagClassName
{
color: #AAFF3E;
}
</style>
background-color css
<style>
a { background-color: #AAFF3E; }
a { background-color: rgb(170,255,62); }
div.DivClassName
{
background-color: #AAFF3E;
}
.BgClassName
{
background-color: #AAFF3E;
}
</style>
border-color css
<style>
span { border-color: #AAFF3E; }
span { border-color: rgb(170,255,62); }
td.TdClassName
{
border-color: #AAFF3E;
}
.TagClassName
{
border-color: #AAFF3E;
}
</style>