Shades of Feijoa #AAFA7A
Tints of Feijoa #AAFA7A
RGB
CMYK
RGB Variations
Color information
#AAFA7A (or 0xAAFA7A) is known color: Feijoa. HEX triplet: AA, FA and 7A. RGB value is (170,250,122). Sum of RGB (Red+Green+Blue) = 170+250+122=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA7A is #550585. Grayscale: #D3D3D3. Windows color (decimal): -5571974 or 8059562. OLE color: 8059562.
HSL color Cylindrical-coordinate representation of color #AAFA7A: hue angle of 97.5º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAFA7A is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 122 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.02 |
| HSL | 97.5º | 0.93% | 0.73% | - |
| HSV(B) | 97.5º | 0.51% | 0.98% | - |
| XYZ | 54.28 | 78.32 | 30.67 | - |
| YUV | 211.49 | 77.5 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 122 | 0.32 | 0 | 0.51 | 0.02 | 97.5 | 0.93 | 0.73 |
| Hex | AA | FA | 7A | 20 | 0 | 33 | 2 | 62 | 5D | 49 |
| Octal | 252 | 372 | 172 | 40 | 0 | 63 | 2 | 142 | 135 | 111 |
| Binary | 10101010 | 11111010 | 1111010 | 100000 | 0 | 110011 | 10 | 1100010 | 1011101 | 1001001 |
Color Harmonies of #AAFA7A
Complementary color
Monochromatic Colors of #AAFA7A
Black with #AAFA7A
Text Example
Text Example
White with #AAFA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFA7A; }
p { color: rgb(170,250,122); }
H1.HeaderClassName
{
color: #AAFA7A;
}
.AnyTagClassName
{
color: #AAFA7A;
}
</style>
background-color css
<style>
a { background-color: #AAFA7A; }
a { background-color: rgb(170,250,122); }
div.DivClassName
{
background-color: #AAFA7A;
}
.BgClassName
{
background-color: #AAFA7A;
}
</style>
border-color css
<style>
span { border-color: #AAFA7A; }
span { border-color: rgb(170,250,122); }
td.TdClassName
{
border-color: #AAFA7A;
}
.TagClassName
{
border-color: #AAFA7A;
}
</style>