Shades of Feijoa #AAF683
Tints of Feijoa #AAF683
RGB
CMYK
RGB Variations
Color information
#AAF683 (or 0xAAF683) is known color: Feijoa. HEX triplet: AA, F6 and 83. RGB value is (170,246,131). Sum of RGB (Red+Green+Blue) = 170+246+131=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF683 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF683 is #55097C. Grayscale: #D2D2D2. Windows color (decimal): -5572989 or 8648362. OLE color: 8648362.
HSL color Cylindrical-coordinate representation of color #AAF683: hue angle of 99.65º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAF683 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 131 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.04 |
| HSL | 99.65º | 0.86% | 0.74% | - |
| HSV(B) | 99.65º | 0.47% | 0.96% | - |
| XYZ | 53.63 | 76.1 | 33.33 | - |
| YUV | 210.17 | 83.32 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 131 | 0.31 | 0 | 0.47 | 0.04 | 99.65 | 0.86 | 0.74 |
| Hex | AA | F6 | 83 | 1F | 0 | 2F | 4 | 64 | 56 | 4A |
| Octal | 252 | 366 | 203 | 37 | 0 | 57 | 4 | 144 | 126 | 112 |
| Binary | 10101010 | 11110110 | 10000011 | 11111 | 0 | 101111 | 100 | 1100100 | 1010110 | 1001010 |
Color Harmonies of #AAF683
Complementary color
Monochromatic Colors of #AAF683
Black with #AAF683
Text Example
Text Example
White with #AAF683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF683; }
p { color: rgb(170,246,131); }
H1.HeaderClassName
{
color: #AAF683;
}
.AnyTagClassName
{
color: #AAF683;
}
</style>
background-color css
<style>
a { background-color: #AAF683; }
a { background-color: rgb(170,246,131); }
div.DivClassName
{
background-color: #AAF683;
}
.BgClassName
{
background-color: #AAF683;
}
</style>
border-color css
<style>
span { border-color: #AAF683; }
span { border-color: rgb(170,246,131); }
td.TdClassName
{
border-color: #AAF683;
}
.TagClassName
{
border-color: #AAF683;
}
</style>