Shades of Feijoa #AAF87B
Tints of Feijoa #AAF87B
RGB
CMYK
RGB Variations
Color information
#AAF87B (or 0xAAF87B) is known color: Feijoa. HEX triplet: AA, F8 and 7B. RGB value is (170,248,123). Sum of RGB (Red+Green+Blue) = 170+248+123=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF87B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF87B is #550784. Grayscale: #D2D2D2. Windows color (decimal): -5572485 or 8124586. OLE color: 8124586.
HSL color Cylindrical-coordinate representation of color #AAF87B: hue angle of 97.44º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAF87B is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 123 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.03 |
| HSL | 97.44º | 0.9% | 0.73% | - |
| HSV(B) | 97.44º | 0.5% | 0.97% | - |
| XYZ | 53.72 | 77.11 | 30.79 | - |
| YUV | 210.43 | 78.66 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 123 | 0.31 | 0 | 0.50 | 0.03 | 97.44 | 0.9 | 0.73 |
| Hex | AA | F8 | 7B | 1F | 0 | 32 | 3 | 61 | 5A | 49 |
| Octal | 252 | 370 | 173 | 37 | 0 | 62 | 3 | 141 | 132 | 111 |
| Binary | 10101010 | 11111000 | 1111011 | 11111 | 0 | 110010 | 11 | 1100001 | 1011010 | 1001001 |
Color Harmonies of #AAF87B
Complementary color
Monochromatic Colors of #AAF87B
Black with #AAF87B
Text Example
Text Example
White with #AAF87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF87B; }
p { color: rgb(170,248,123); }
H1.HeaderClassName
{
color: #AAF87B;
}
.AnyTagClassName
{
color: #AAF87B;
}
</style>
background-color css
<style>
a { background-color: #AAF87B; }
a { background-color: rgb(170,248,123); }
div.DivClassName
{
background-color: #AAF87B;
}
.BgClassName
{
background-color: #AAF87B;
}
</style>
border-color css
<style>
span { border-color: #AAF87B; }
span { border-color: rgb(170,248,123); }
td.TdClassName
{
border-color: #AAF87B;
}
.TagClassName
{
border-color: #AAF87B;
}
</style>