Shades of Feijoa #AAFA73
Tints of Feijoa #AAFA73
RGB
CMYK
RGB Variations
Color information
#AAFA73 (or 0xAAFA73) is known color: Feijoa. HEX triplet: AA, FA and 73. RGB value is (170,250,115). Sum of RGB (Red+Green+Blue) = 170+250+115=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA73 is #55058C. Grayscale: #D3D3D3. Windows color (decimal): -5571981 or 7600810. OLE color: 7600810.
HSL color Cylindrical-coordinate representation of color #AAFA73: hue angle of 95.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAFA73 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 115 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.02 |
| HSL | 95.56º | 0.93% | 0.72% | - |
| HSV(B) | 95.56º | 0.54% | 0.98% | - |
| XYZ | 53.86 | 78.16 | 28.47 | - |
| YUV | 210.69 | 74 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 115 | 0.32 | 0 | 0.54 | 0.02 | 95.56 | 0.93 | 0.72 |
| Hex | AA | FA | 73 | 20 | 0 | 36 | 2 | 60 | 5D | 48 |
| Octal | 252 | 372 | 163 | 40 | 0 | 66 | 2 | 140 | 135 | 110 |
| Binary | 10101010 | 11111010 | 1110011 | 100000 | 0 | 110110 | 10 | 1100000 | 1011101 | 1001000 |
Color Harmonies of #AAFA73
Complementary color
Monochromatic Colors of #AAFA73
Black with #AAFA73
Text Example
Text Example
White with #AAFA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFA73; }
p { color: rgb(170,250,115); }
H1.HeaderClassName
{
color: #AAFA73;
}
.AnyTagClassName
{
color: #AAFA73;
}
</style>
background-color css
<style>
a { background-color: #AAFA73; }
a { background-color: rgb(170,250,115); }
div.DivClassName
{
background-color: #AAFA73;
}
.BgClassName
{
background-color: #AAFA73;
}
</style>
border-color css
<style>
span { border-color: #AAFA73; }
span { border-color: rgb(170,250,115); }
td.TdClassName
{
border-color: #AAFA73;
}
.TagClassName
{
border-color: #AAFA73;
}
</style>