Shades of Feijoa #AAF387
Tints of Feijoa #AAF387
RGB
CMYK
RGB Variations
Color information
#AAF387 (or 0xAAF387) is known color: Feijoa. HEX triplet: AA, F3 and 87. RGB value is (170,243,135). Sum of RGB (Red+Green+Blue) = 170+243+135=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 135 (53.12% from 255 or 24.64% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF387 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF387 is #550C78. Grayscale: #D1D1D1. Windows color (decimal): -5573753 or 8909738. OLE color: 8909738.
HSL color Cylindrical-coordinate representation of color #AAF387: hue angle of 100.56º degrees, saturation: 0.82, 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 #AAF387 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 243 | 135 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.05 |
| HSL | 100.56º | 0.82% | 0.74% | - |
| HSV(B) | 100.56º | 0.44% | 0.95% | - |
| XYZ | 53 | 74.4 | 34.49 | - |
| YUV | 208.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 243 | 135 | 0.30 | 0 | 0.44 | 0.05 | 100.56 | 0.82 | 0.74 |
| Hex | AA | F3 | 87 | 1E | 0 | 2C | 5 | 65 | 52 | 4A |
| Octal | 252 | 363 | 207 | 36 | 0 | 54 | 5 | 145 | 122 | 112 |
| Binary | 10101010 | 11110011 | 10000111 | 11110 | 0 | 101100 | 101 | 1100101 | 1010010 | 1001010 |
Color Harmonies of #AAF387
Complementary color
Monochromatic Colors of #AAF387
Black with #AAF387
Text Example
Text Example
White with #AAF387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF387; }
p { color: rgb(170,243,135); }
H1.HeaderClassName
{
color: #AAF387;
}
.AnyTagClassName
{
color: #AAF387;
}
</style>
background-color css
<style>
a { background-color: #AAF387; }
a { background-color: rgb(170,243,135); }
div.DivClassName
{
background-color: #AAF387;
}
.BgClassName
{
background-color: #AAF387;
}
</style>
border-color css
<style>
span { border-color: #AAF387; }
span { border-color: rgb(170,243,135); }
td.TdClassName
{
border-color: #AAF387;
}
.TagClassName
{
border-color: #AAF387;
}
</style>