Shades of Feijoa #AAF26F
Tints of Feijoa #AAF26F
RGB
CMYK
RGB Variations
Color information
#AAF26F (or 0xAAF26F) is known color: Feijoa. HEX triplet: AA, F2 and 6F. RGB value is (170,242,111). Sum of RGB (Red+Green+Blue) = 170+242+111=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF26F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF26F is #550D90. Grayscale: #CDCDCD. Windows color (decimal): -5574033 or 7336618. OLE color: 7336618.
HSL color Cylindrical-coordinate representation of color #AAF26F: hue angle of 92.98º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAF26F is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 111 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.05 |
| HSL | 92.98º | 0.83% | 0.69% | - |
| HSV(B) | 92.98º | 0.54% | 0.95% | - |
| XYZ | 51.2 | 73.2 | 26.47 | - |
| YUV | 205.54 | 74.65 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 111 | 0.30 | 0 | 0.54 | 0.05 | 92.98 | 0.83 | 0.69 |
| Hex | AA | F2 | 6F | 1E | 0 | 36 | 5 | 5D | 53 | 45 |
| Octal | 252 | 362 | 157 | 36 | 0 | 66 | 5 | 135 | 123 | 105 |
| Binary | 10101010 | 11110010 | 1101111 | 11110 | 0 | 110110 | 101 | 1011101 | 1010011 | 1000101 |
Color Harmonies of #AAF26F
Complementary color
Monochromatic Colors of #AAF26F
Black with #AAF26F
Text Example
Text Example
White with #AAF26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF26F; }
p { color: rgb(170,242,111); }
H1.HeaderClassName
{
color: #AAF26F;
}
.AnyTagClassName
{
color: #AAF26F;
}
</style>
background-color css
<style>
a { background-color: #AAF26F; }
a { background-color: rgb(170,242,111); }
div.DivClassName
{
background-color: #AAF26F;
}
.BgClassName
{
background-color: #AAF26F;
}
</style>
border-color css
<style>
span { border-color: #AAF26F; }
span { border-color: rgb(170,242,111); }
td.TdClassName
{
border-color: #AAF26F;
}
.TagClassName
{
border-color: #AAF26F;
}
</style>