Shades of Feijoa #AAF87D
Tints of Feijoa #AAF87D
RGB
CMYK
RGB Variations
Color information
#AAF87D (or 0xAAF87D) is known color: Feijoa. HEX triplet: AA, F8 and 7D. RGB value is (170,248,125). Sum of RGB (Red+Green+Blue) = 170+248+125=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF87D is #550782. Grayscale: #D3D3D3. Windows color (decimal): -5572483 or 8255658. OLE color: 8255658.
HSL color Cylindrical-coordinate representation of color #AAF87D: hue angle of 98.05º 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 #AAF87D is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 125 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.03 |
| HSL | 98.05º | 0.9% | 0.73% | - |
| HSV(B) | 98.05º | 0.5% | 0.97% | - |
| XYZ | 53.85 | 77.16 | 31.46 | - |
| YUV | 210.66 | 79.66 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 125 | 0.31 | 0 | 0.50 | 0.03 | 98.05 | 0.9 | 0.73 |
| Hex | AA | F8 | 7D | 1F | 0 | 32 | 3 | 62 | 5A | 49 |
| Octal | 252 | 370 | 175 | 37 | 0 | 62 | 3 | 142 | 132 | 111 |
| Binary | 10101010 | 11111000 | 1111101 | 11111 | 0 | 110010 | 11 | 1100010 | 1011010 | 1001001 |
Color Harmonies of #AAF87D
Complementary color
Monochromatic Colors of #AAF87D
Black with #AAF87D
Text Example
Text Example
White with #AAF87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF87D; }
p { color: rgb(170,248,125); }
H1.HeaderClassName
{
color: #AAF87D;
}
.AnyTagClassName
{
color: #AAF87D;
}
</style>
background-color css
<style>
a { background-color: #AAF87D; }
a { background-color: rgb(170,248,125); }
div.DivClassName
{
background-color: #AAF87D;
}
.BgClassName
{
background-color: #AAF87D;
}
</style>
border-color css
<style>
span { border-color: #AAF87D; }
span { border-color: rgb(170,248,125); }
td.TdClassName
{
border-color: #AAF87D;
}
.TagClassName
{
border-color: #AAF87D;
}
</style>