Shades of Feijoa #AAF088
Tints of Feijoa #AAF088
RGB
CMYK
RGB Variations
Color information
#AAF088 (or 0xAAF088) is known color: Feijoa. HEX triplet: AA, F0 and 88. RGB value is (170,240,136). Sum of RGB (Red+Green+Blue) = 170+240+136=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF088 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF088 is #550F77. Grayscale: #CFCFCF. Windows color (decimal): -5574520 or 8974506. OLE color: 8974506.
HSL color Cylindrical-coordinate representation of color #AAF088: hue angle of 100.38º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAF088 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 136 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.06 |
| HSL | 100.38º | 0.78% | 0.74% | - |
| HSV(B) | 100.38º | 0.43% | 0.94% | - |
| XYZ | 52.18 | 72.64 | 34.56 | - |
| YUV | 207.21 | 87.81 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 136 | 0.29 | 0 | 0.43 | 0.06 | 100.38 | 0.78 | 0.74 |
| Hex | AA | F0 | 88 | 1D | 0 | 2B | 6 | 64 | 4E | 4A |
| Octal | 252 | 360 | 210 | 35 | 0 | 53 | 6 | 144 | 116 | 112 |
| Binary | 10101010 | 11110000 | 10001000 | 11101 | 0 | 101011 | 110 | 1100100 | 1001110 | 1001010 |
Color Harmonies of #AAF088
Complementary color
Monochromatic Colors of #AAF088
Black with #AAF088
Text Example
Text Example
White with #AAF088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF088; }
p { color: rgb(170,240,136); }
H1.HeaderClassName
{
color: #AAF088;
}
.AnyTagClassName
{
color: #AAF088;
}
</style>
background-color css
<style>
a { background-color: #AAF088; }
a { background-color: rgb(170,240,136); }
div.DivClassName
{
background-color: #AAF088;
}
.BgClassName
{
background-color: #AAF088;
}
</style>
border-color css
<style>
span { border-color: #AAF088; }
span { border-color: rgb(170,240,136); }
td.TdClassName
{
border-color: #AAF088;
}
.TagClassName
{
border-color: #AAF088;
}
</style>