Shades of Feijoa #AAF188
Tints of Feijoa #AAF188
RGB
CMYK
RGB Variations
Color information
#AAF188 (or 0xAAF188) is known color: Feijoa. HEX triplet: AA, F1 and 88. RGB value is (170,241,136). Sum of RGB (Red+Green+Blue) = 170+241+136=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF188 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF188 is #550E77. Grayscale: #D0D0D0. Windows color (decimal): -5574264 or 8974762. OLE color: 8974762.
HSL color Cylindrical-coordinate representation of color #AAF188: hue angle of 100.57º degrees, saturation: 0.79, 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 #AAF188 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 136 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.05 |
| HSL | 100.57º | 0.79% | 0.74% | - |
| HSV(B) | 100.57º | 0.44% | 0.95% | - |
| XYZ | 52.48 | 73.23 | 34.66 | - |
| YUV | 207.8 | 87.48 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 136 | 0.29 | 0 | 0.44 | 0.05 | 100.57 | 0.79 | 0.74 |
| Hex | AA | F1 | 88 | 1D | 0 | 2C | 5 | 65 | 4F | 4A |
| Octal | 252 | 361 | 210 | 35 | 0 | 54 | 5 | 145 | 117 | 112 |
| Binary | 10101010 | 11110001 | 10001000 | 11101 | 0 | 101100 | 101 | 1100101 | 1001111 | 1001010 |
Color Harmonies of #AAF188
Complementary color
Monochromatic Colors of #AAF188
Black with #AAF188
Text Example
Text Example
White with #AAF188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF188; }
p { color: rgb(170,241,136); }
H1.HeaderClassName
{
color: #AAF188;
}
.AnyTagClassName
{
color: #AAF188;
}
</style>
background-color css
<style>
a { background-color: #AAF188; }
a { background-color: rgb(170,241,136); }
div.DivClassName
{
background-color: #AAF188;
}
.BgClassName
{
background-color: #AAF188;
}
</style>
border-color css
<style>
span { border-color: #AAF188; }
span { border-color: rgb(170,241,136); }
td.TdClassName
{
border-color: #AAF188;
}
.TagClassName
{
border-color: #AAF188;
}
</style>