Shades of Feijoa #AAF983
Tints of Feijoa #AAF983
RGB
CMYK
RGB Variations
Color information
#AAF983 (or 0xAAF983) is known color: Feijoa. HEX triplet: AA, F9 and 83. RGB value is (170,249,131). Sum of RGB (Red+Green+Blue) = 170+249+131=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF983 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF983 is #55067C. Grayscale: #D4D4D4. Windows color (decimal): -5572221 or 8649130. OLE color: 8649130.
HSL color Cylindrical-coordinate representation of color #AAF983: hue angle of 100.17º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAF983 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 249 | 131 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.02 |
| HSL | 100.17º | 0.91% | 0.75% | - |
| HSV(B) | 100.17º | 0.47% | 0.98% | - |
| XYZ | 54.55 | 77.94 | 33.64 | - |
| YUV | 211.93 | 82.33 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 249 | 131 | 0.32 | 0 | 0.47 | 0.02 | 100.17 | 0.91 | 0.75 |
| Hex | AA | F9 | 83 | 20 | 0 | 2F | 2 | 64 | 5B | 4B |
| Octal | 252 | 371 | 203 | 40 | 0 | 57 | 2 | 144 | 133 | 113 |
| Binary | 10101010 | 11111001 | 10000011 | 100000 | 0 | 101111 | 10 | 1100100 | 1011011 | 1001011 |
Color Harmonies of #AAF983
Complementary color
Monochromatic Colors of #AAF983
Black with #AAF983
Text Example
Text Example
White with #AAF983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF983; }
p { color: rgb(170,249,131); }
H1.HeaderClassName
{
color: #AAF983;
}
.AnyTagClassName
{
color: #AAF983;
}
</style>
background-color css
<style>
a { background-color: #AAF983; }
a { background-color: rgb(170,249,131); }
div.DivClassName
{
background-color: #AAF983;
}
.BgClassName
{
background-color: #AAF983;
}
</style>
border-color css
<style>
span { border-color: #AAF983; }
span { border-color: rgb(170,249,131); }
td.TdClassName
{
border-color: #AAF983;
}
.TagClassName
{
border-color: #AAF983;
}
</style>