Shades of Feijoa #AAF485
Tints of Feijoa #AAF485
RGB
CMYK
RGB Variations
Color information
#AAF485 (or 0xAAF485) is known color: Feijoa. HEX triplet: AA, F4 and 85. RGB value is (170,244,133). Sum of RGB (Red+Green+Blue) = 170+244+133=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF485 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF485 is #550B7A. Grayscale: #D1D1D1. Windows color (decimal): -5573499 or 8778922. OLE color: 8778922.
HSL color Cylindrical-coordinate representation of color #AAF485: hue angle of 100º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAF485 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 133 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.04 |
| HSL | 100º | 0.83% | 0.74% | - |
| HSV(B) | 100º | 0.45% | 0.96% | - |
| XYZ | 53.16 | 74.94 | 33.85 | - |
| YUV | 209.22 | 84.98 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 133 | 0.30 | 0 | 0.45 | 0.04 | 100 | 0.83 | 0.74 |
| Hex | AA | F4 | 85 | 1E | 0 | 2D | 4 | 64 | 53 | 4A |
| Octal | 252 | 364 | 205 | 36 | 0 | 55 | 4 | 144 | 123 | 112 |
| Binary | 10101010 | 11110100 | 10000101 | 11110 | 0 | 101101 | 100 | 1100100 | 1010011 | 1001010 |
Color Harmonies of #AAF485
Complementary color
Monochromatic Colors of #AAF485
Black with #AAF485
Text Example
Text Example
White with #AAF485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF485; }
p { color: rgb(170,244,133); }
H1.HeaderClassName
{
color: #AAF485;
}
.AnyTagClassName
{
color: #AAF485;
}
</style>
background-color css
<style>
a { background-color: #AAF485; }
a { background-color: rgb(170,244,133); }
div.DivClassName
{
background-color: #AAF485;
}
.BgClassName
{
background-color: #AAF485;
}
</style>
border-color css
<style>
span { border-color: #AAF485; }
span { border-color: rgb(170,244,133); }
td.TdClassName
{
border-color: #AAF485;
}
.TagClassName
{
border-color: #AAF485;
}
</style>