Shades of Feijoa #AAF583
Tints of Feijoa #AAF583
RGB
CMYK
RGB Variations
Color information
#AAF583 (or 0xAAF583) is known color: Feijoa. HEX triplet: AA, F5 and 83. RGB value is (170,245,131). Sum of RGB (Red+Green+Blue) = 170+245+131=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF583 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF583 is #550A7C. Grayscale: #D1D1D1. Windows color (decimal): -5573245 or 8648106. OLE color: 8648106.
HSL color Cylindrical-coordinate representation of color #AAF583: hue angle of 99.47º degrees, saturation: 0.85, 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 #AAF583 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 131 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.04 |
| HSL | 99.47º | 0.85% | 0.74% | - |
| HSV(B) | 99.47º | 0.47% | 0.96% | - |
| XYZ | 53.33 | 75.49 | 33.23 | - |
| YUV | 209.58 | 83.65 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 131 | 0.31 | 0 | 0.47 | 0.04 | 99.47 | 0.85 | 0.74 |
| Hex | AA | F5 | 83 | 1F | 0 | 2F | 4 | 63 | 55 | 4A |
| Octal | 252 | 365 | 203 | 37 | 0 | 57 | 4 | 143 | 125 | 112 |
| Binary | 10101010 | 11110101 | 10000011 | 11111 | 0 | 101111 | 100 | 1100011 | 1010101 | 1001010 |
Color Harmonies of #AAF583
Complementary color
Monochromatic Colors of #AAF583
Black with #AAF583
Text Example
Text Example
White with #AAF583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF583; }
p { color: rgb(170,245,131); }
H1.HeaderClassName
{
color: #AAF583;
}
.AnyTagClassName
{
color: #AAF583;
}
</style>
background-color css
<style>
a { background-color: #AAF583; }
a { background-color: rgb(170,245,131); }
div.DivClassName
{
background-color: #AAF583;
}
.BgClassName
{
background-color: #AAF583;
}
</style>
border-color css
<style>
span { border-color: #AAF583; }
span { border-color: rgb(170,245,131); }
td.TdClassName
{
border-color: #AAF583;
}
.TagClassName
{
border-color: #AAF583;
}
</style>