Shades of Feijoa #AAF26C
Tints of Feijoa #AAF26C
RGB
CMYK
RGB Variations
Color information
#AAF26C (or 0xAAF26C) is known color: Feijoa. HEX triplet: AA, F2 and 6C. RGB value is (170,242,108). Sum of RGB (Red+Green+Blue) = 170+242+108=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF26C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF26C is #550D93. Grayscale: #CDCDCD. Windows color (decimal): -5574036 or 7140010. OLE color: 7140010.
HSL color Cylindrical-coordinate representation of color #AAF26C: hue angle of 92.24º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAF26C is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 108 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.05 |
| HSL | 92.24º | 0.84% | 0.69% | - |
| HSV(B) | 92.24º | 0.55% | 0.95% | - |
| XYZ | 51.04 | 73.13 | 25.61 | - |
| YUV | 205.2 | 73.15 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 108 | 0.30 | 0 | 0.55 | 0.05 | 92.24 | 0.84 | 0.69 |
| Hex | AA | F2 | 6C | 1E | 0 | 37 | 5 | 5C | 54 | 45 |
| Octal | 252 | 362 | 154 | 36 | 0 | 67 | 5 | 134 | 124 | 105 |
| Binary | 10101010 | 11110010 | 1101100 | 11110 | 0 | 110111 | 101 | 1011100 | 1010100 | 1000101 |
Color Harmonies of #AAF26C
Complementary color
Monochromatic Colors of #AAF26C
Black with #AAF26C
Text Example
Text Example
White with #AAF26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF26C; }
p { color: rgb(170,242,108); }
H1.HeaderClassName
{
color: #AAF26C;
}
.AnyTagClassName
{
color: #AAF26C;
}
</style>
background-color css
<style>
a { background-color: #AAF26C; }
a { background-color: rgb(170,242,108); }
div.DivClassName
{
background-color: #AAF26C;
}
.BgClassName
{
background-color: #AAF26C;
}
</style>
border-color css
<style>
span { border-color: #AAF26C; }
span { border-color: rgb(170,242,108); }
td.TdClassName
{
border-color: #AAF26C;
}
.TagClassName
{
border-color: #AAF26C;
}
</style>