Shades of Feijoa #AAFC80
Tints of Feijoa #AAFC80
RGB
CMYK
RGB Variations
Color information
#AAFC80 (or 0xAAFC80) is known color: Feijoa. HEX triplet: AA, FC and 80. RGB value is (170,252,128). Sum of RGB (Red+Green+Blue) = 170+252+128=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC80 is #55037F. Grayscale: #D5D5D5. Windows color (decimal): -5571456 or 8453290. OLE color: 8453290.
HSL color Cylindrical-coordinate representation of color #AAFC80: hue angle of 99.68º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAFC80 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 128 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.01 |
| HSL | 99.68º | 0.95% | 0.75% | - |
| HSV(B) | 99.68º | 0.49% | 0.99% | - |
| XYZ | 55.28 | 79.73 | 32.9 | - |
| YUV | 213.35 | 79.83 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 128 | 0.33 | 0 | 0.49 | 0.01 | 99.68 | 0.95 | 0.75 |
| Hex | AA | FC | 80 | 21 | 0 | 31 | 1 | 64 | 5F | 4B |
| Octal | 252 | 374 | 200 | 41 | 0 | 61 | 1 | 144 | 137 | 113 |
| Binary | 10101010 | 11111100 | 10000000 | 100001 | 0 | 110001 | 1 | 1100100 | 1011111 | 1001011 |
Color Harmonies of #AAFC80
Complementary color
Monochromatic Colors of #AAFC80
Black with #AAFC80
Text Example
Text Example
White with #AAFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFC80; }
p { color: rgb(170,252,128); }
H1.HeaderClassName
{
color: #AAFC80;
}
.AnyTagClassName
{
color: #AAFC80;
}
</style>
background-color css
<style>
a { background-color: #AAFC80; }
a { background-color: rgb(170,252,128); }
div.DivClassName
{
background-color: #AAFC80;
}
.BgClassName
{
background-color: #AAFC80;
}
</style>
border-color css
<style>
span { border-color: #AAFC80; }
span { border-color: rgb(170,252,128); }
td.TdClassName
{
border-color: #AAFC80;
}
.TagClassName
{
border-color: #AAFC80;
}
</style>