Shades of Feijoa #AAFF7E
Tints of Feijoa #AAFF7E
RGB
CMYK
RGB Variations
Color information
#AAFF7E (or 0xAAFF7E) is known color: Feijoa. HEX triplet: AA, FF and 7E. RGB value is (170,255,126). Sum of RGB (Red+Green+Blue) = 170+255+126=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF7E is #550081. Grayscale: #D7D7D7. Windows color (decimal): -5570690 or 8322986. OLE color: 8322986.
HSL color Cylindrical-coordinate representation of color #AAFF7E: hue angle of 99.53º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAFF7E is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 126 | - |
| CMYK | 0.33 | 0 | 0.51 | 0 |
| HSL | 99.53º | 1% | 0.75% | - |
| HSV(B) | 99.53º | 0.51% | 1% | - |
| XYZ | 56.1 | 81.57 | 32.53 | - |
| YUV | 214.88 | 77.84 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 126 | 0.33 | 0 | 0.51 | 0 | 99.53 | 1 | 0.75 |
| Hex | AA | FF | 7E | 21 | 0 | 33 | 0 | 64 | 64 | 4B |
| Octal | 252 | 377 | 176 | 41 | 0 | 63 | 0 | 144 | 144 | 113 |
| Binary | 10101010 | 11111111 | 1111110 | 100001 | 0 | 110011 | 0 | 1100100 | 1100100 | 1001011 |
Color Harmonies of #AAFF7E
Complementary color
Monochromatic Colors of #AAFF7E
Black with #AAFF7E
Text Example
Text Example
White with #AAFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF7E; }
p { color: rgb(170,255,126); }
H1.HeaderClassName
{
color: #AAFF7E;
}
.AnyTagClassName
{
color: #AAFF7E;
}
</style>
background-color css
<style>
a { background-color: #AAFF7E; }
a { background-color: rgb(170,255,126); }
div.DivClassName
{
background-color: #AAFF7E;
}
.BgClassName
{
background-color: #AAFF7E;
}
</style>
border-color css
<style>
span { border-color: #AAFF7E; }
span { border-color: rgb(170,255,126); }
td.TdClassName
{
border-color: #AAFF7E;
}
.TagClassName
{
border-color: #AAFF7E;
}
</style>