Shades of Feijoa #AAF673
Tints of Feijoa #AAF673
RGB
CMYK
RGB Variations
Color information
#AAF673 (or 0xAAF673) is known color: Feijoa. HEX triplet: AA, F6 and 73. RGB value is (170,246,115). Sum of RGB (Red+Green+Blue) = 170+246+115=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF673 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF673 is #55098C. Grayscale: #D0D0D0. Windows color (decimal): -5573005 or 7599786. OLE color: 7599786.
HSL color Cylindrical-coordinate representation of color #AAF673: hue angle of 94.81º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAF673 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 246 | 115 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.04 |
| HSL | 94.81º | 0.88% | 0.71% | - |
| HSV(B) | 94.81º | 0.53% | 0.96% | - |
| XYZ | 52.63 | 75.7 | 28.06 | - |
| YUV | 208.34 | 75.32 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 246 | 115 | 0.31 | 0 | 0.53 | 0.04 | 94.81 | 0.88 | 0.71 |
| Hex | AA | F6 | 73 | 1F | 0 | 35 | 4 | 5F | 58 | 47 |
| Octal | 252 | 366 | 163 | 37 | 0 | 65 | 4 | 137 | 130 | 107 |
| Binary | 10101010 | 11110110 | 1110011 | 11111 | 0 | 110101 | 100 | 1011111 | 1011000 | 1000111 |
Color Harmonies of #AAF673
Complementary color
Monochromatic Colors of #AAF673
Black with #AAF673
Text Example
Text Example
White with #AAF673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF673; }
p { color: rgb(170,246,115); }
H1.HeaderClassName
{
color: #AAF673;
}
.AnyTagClassName
{
color: #AAF673;
}
</style>
background-color css
<style>
a { background-color: #AAF673; }
a { background-color: rgb(170,246,115); }
div.DivClassName
{
background-color: #AAF673;
}
.BgClassName
{
background-color: #AAF673;
}
</style>
border-color css
<style>
span { border-color: #AAF673; }
span { border-color: rgb(170,246,115); }
td.TdClassName
{
border-color: #AAF673;
}
.TagClassName
{
border-color: #AAF673;
}
</style>