Shades of Feijoa #AAFF7C
Tints of Feijoa #AAFF7C
RGB
CMYK
RGB Variations
Color information
#AAFF7C (or 0xAAFF7C) is known color: Feijoa. HEX triplet: AA, FF and 7C. RGB value is (170,255,124). Sum of RGB (Red+Green+Blue) = 170+255+124=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFF7C is #550083. Grayscale: #D7D7D7. Windows color (decimal): -5570692 or 8191914. OLE color: 8191914.
HSL color Cylindrical-coordinate representation of color #AAFF7C: hue angle of 98.93º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAFF7C is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 124 | - |
| CMYK | 0.33 | 0 | 0.51 | 0 |
| HSL | 98.93º | 1% | 0.74% | - |
| HSV(B) | 98.93º | 0.51% | 1% | - |
| XYZ | 55.98 | 81.52 | 31.85 | - |
| YUV | 214.65 | 76.84 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 124 | 0.33 | 0 | 0.51 | 0 | 98.93 | 1 | 0.74 |
| Hex | AA | FF | 7C | 21 | 0 | 33 | 0 | 63 | 64 | 4A |
| Octal | 252 | 377 | 174 | 41 | 0 | 63 | 0 | 143 | 144 | 112 |
| Binary | 10101010 | 11111111 | 1111100 | 100001 | 0 | 110011 | 0 | 1100011 | 1100100 | 1001010 |
Color Harmonies of #AAFF7C
Complementary color
Monochromatic Colors of #AAFF7C
Black with #AAFF7C
Text Example
Text Example
White with #AAFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFF7C; }
p { color: rgb(170,255,124); }
H1.HeaderClassName
{
color: #AAFF7C;
}
.AnyTagClassName
{
color: #AAFF7C;
}
</style>
background-color css
<style>
a { background-color: #AAFF7C; }
a { background-color: rgb(170,255,124); }
div.DivClassName
{
background-color: #AAFF7C;
}
.BgClassName
{
background-color: #AAFF7C;
}
</style>
border-color css
<style>
span { border-color: #AAFF7C; }
span { border-color: rgb(170,255,124); }
td.TdClassName
{
border-color: #AAFF7C;
}
.TagClassName
{
border-color: #AAFF7C;
}
</style>