Shades of Feijoa #AAF483
Tints of Feijoa #AAF483
RGB
CMYK
RGB Variations
Color information
#AAF483 (or 0xAAF483) is known color: Feijoa. HEX triplet: AA, F4 and 83. RGB value is (170,244,131). Sum of RGB (Red+Green+Blue) = 170+244+131=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF483 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF483 is #550B7C. Grayscale: #D1D1D1. Windows color (decimal): -5573501 or 8647850. OLE color: 8647850.
HSL color Cylindrical-coordinate representation of color #AAF483: hue angle of 99.29º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAF483 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 131 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.04 |
| HSL | 99.29º | 0.84% | 0.74% | - |
| HSV(B) | 99.29º | 0.46% | 0.96% | - |
| XYZ | 53.02 | 74.89 | 33.13 | - |
| YUV | 208.99 | 83.98 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 131 | 0.30 | 0 | 0.46 | 0.04 | 99.29 | 0.84 | 0.74 |
| Hex | AA | F4 | 83 | 1E | 0 | 2E | 4 | 63 | 54 | 4A |
| Octal | 252 | 364 | 203 | 36 | 0 | 56 | 4 | 143 | 124 | 112 |
| Binary | 10101010 | 11110100 | 10000011 | 11110 | 0 | 101110 | 100 | 1100011 | 1010100 | 1001010 |
Color Harmonies of #AAF483
Complementary color
Monochromatic Colors of #AAF483
Black with #AAF483
Text Example
Text Example
White with #AAF483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF483; }
p { color: rgb(170,244,131); }
H1.HeaderClassName
{
color: #AAF483;
}
.AnyTagClassName
{
color: #AAF483;
}
</style>
background-color css
<style>
a { background-color: #AAF483; }
a { background-color: rgb(170,244,131); }
div.DivClassName
{
background-color: #AAF483;
}
.BgClassName
{
background-color: #AAF483;
}
</style>
border-color css
<style>
span { border-color: #AAF483; }
span { border-color: rgb(170,244,131); }
td.TdClassName
{
border-color: #AAF483;
}
.TagClassName
{
border-color: #AAF483;
}
</style>