Shades of Feijoa #AAF080
Tints of Feijoa #AAF080
RGB
CMYK
RGB Variations
Color information
#AAF080 (or 0xAAF080) is known color: Feijoa. HEX triplet: AA, F0 and 80. RGB value is (170,240,128). Sum of RGB (Red+Green+Blue) = 170+240+128=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF080 is #550F7F. Grayscale: #CECECE. Windows color (decimal): -5574528 or 8450218. OLE color: 8450218.
HSL color Cylindrical-coordinate representation of color #AAF080: hue angle of 97.5º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAF080 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 128 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.06 |
| HSL | 97.5º | 0.79% | 0.72% | - |
| HSV(B) | 97.5º | 0.47% | 0.94% | - |
| XYZ | 51.63 | 72.42 | 31.68 | - |
| YUV | 206.3 | 83.81 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 128 | 0.29 | 0 | 0.47 | 0.06 | 97.5 | 0.79 | 0.72 |
| Hex | AA | F0 | 80 | 1D | 0 | 2F | 6 | 62 | 4F | 48 |
| Octal | 252 | 360 | 200 | 35 | 0 | 57 | 6 | 142 | 117 | 110 |
| Binary | 10101010 | 11110000 | 10000000 | 11101 | 0 | 101111 | 110 | 1100010 | 1001111 | 1001000 |
Color Harmonies of #AAF080
Complementary color
Monochromatic Colors of #AAF080
Black with #AAF080
Text Example
Text Example
White with #AAF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF080; }
p { color: rgb(170,240,128); }
H1.HeaderClassName
{
color: #AAF080;
}
.AnyTagClassName
{
color: #AAF080;
}
</style>
background-color css
<style>
a { background-color: #AAF080; }
a { background-color: rgb(170,240,128); }
div.DivClassName
{
background-color: #AAF080;
}
.BgClassName
{
background-color: #AAF080;
}
</style>
border-color css
<style>
span { border-color: #AAF080; }
span { border-color: rgb(170,240,128); }
td.TdClassName
{
border-color: #AAF080;
}
.TagClassName
{
border-color: #AAF080;
}
</style>