Shades of Feijoa #AAF288
Tints of Feijoa #AAF288
RGB
CMYK
RGB Variations
Color information
#AAF288 (or 0xAAF288) is known color: Feijoa. HEX triplet: AA, F2 and 88. RGB value is (170,242,136). Sum of RGB (Red+Green+Blue) = 170+242+136=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF288 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF288 is #550D77. Grayscale: #D0D0D0. Windows color (decimal): -5574008 or 8975018. OLE color: 8975018.
HSL color Cylindrical-coordinate representation of color #AAF288: hue angle of 100.75º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAF288 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 136 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.05 |
| HSL | 100.75º | 0.8% | 0.74% | - |
| HSV(B) | 100.75º | 0.44% | 0.95% | - |
| XYZ | 52.77 | 73.83 | 34.76 | - |
| YUV | 208.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 136 | 0.30 | 0 | 0.44 | 0.05 | 100.75 | 0.8 | 0.74 |
| Hex | AA | F2 | 88 | 1E | 0 | 2C | 5 | 65 | 50 | 4A |
| Octal | 252 | 362 | 210 | 36 | 0 | 54 | 5 | 145 | 120 | 112 |
| Binary | 10101010 | 11110010 | 10001000 | 11110 | 0 | 101100 | 101 | 1100101 | 1010000 | 1001010 |
Color Harmonies of #AAF288
Complementary color
Monochromatic Colors of #AAF288
Black with #AAF288
Text Example
Text Example
White with #AAF288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF288; }
p { color: rgb(170,242,136); }
H1.HeaderClassName
{
color: #AAF288;
}
.AnyTagClassName
{
color: #AAF288;
}
</style>
background-color css
<style>
a { background-color: #AAF288; }
a { background-color: rgb(170,242,136); }
div.DivClassName
{
background-color: #AAF288;
}
.BgClassName
{
background-color: #AAF288;
}
</style>
border-color css
<style>
span { border-color: #AAF288; }
span { border-color: rgb(170,242,136); }
td.TdClassName
{
border-color: #AAF288;
}
.TagClassName
{
border-color: #AAF288;
}
</style>