Shades of Feijoa #AAF187
Tints of Feijoa #AAF187
RGB
CMYK
RGB Variations
Color information
#AAF187 (or 0xAAF187) is known color: Feijoa. HEX triplet: AA, F1 and 87. RGB value is (170,241,135). Sum of RGB (Red+Green+Blue) = 170+241+135=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 135 (53.12% from 255 or 24.73% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF187 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF187 is #550E78. Grayscale: #D0D0D0. Windows color (decimal): -5574265 or 8909226. OLE color: 8909226.
HSL color Cylindrical-coordinate representation of color #AAF187: hue angle of 100.19º 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 #AAF187 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 135 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.05 |
| HSL | 100.19º | 0.79% | 0.74% | - |
| HSV(B) | 100.19º | 0.44% | 0.95% | - |
| XYZ | 52.41 | 73.21 | 34.29 | - |
| YUV | 207.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 135 | 0.29 | 0 | 0.44 | 0.05 | 100.19 | 0.79 | 0.74 |
| Hex | AA | F1 | 87 | 1D | 0 | 2C | 5 | 64 | 4F | 4A |
| Octal | 252 | 361 | 207 | 35 | 0 | 54 | 5 | 144 | 117 | 112 |
| Binary | 10101010 | 11110001 | 10000111 | 11101 | 0 | 101100 | 101 | 1100100 | 1001111 | 1001010 |
Color Harmonies of #AAF187
Complementary color
Monochromatic Colors of #AAF187
Black with #AAF187
Text Example
Text Example
White with #AAF187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF187; }
p { color: rgb(170,241,135); }
H1.HeaderClassName
{
color: #AAF187;
}
.AnyTagClassName
{
color: #AAF187;
}
</style>
background-color css
<style>
a { background-color: #AAF187; }
a { background-color: rgb(170,241,135); }
div.DivClassName
{
background-color: #AAF187;
}
.BgClassName
{
background-color: #AAF187;
}
</style>
border-color css
<style>
span { border-color: #AAF187; }
span { border-color: rgb(170,241,135); }
td.TdClassName
{
border-color: #AAF187;
}
.TagClassName
{
border-color: #AAF187;
}
</style>