Shades of Feijoa #AAD87F
Tints of Feijoa #AAD87F
RGB
CMYK
RGB Variations
Color information
#AAD87F (or 0xAAD87F) is known color: Feijoa. HEX triplet: AA, D8 and 7F. RGB value is (170,216,127). Sum of RGB (Red+Green+Blue) = 170+216+127=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD87F is #552780. Grayscale: #C0C0C0. Windows color (decimal): -5580673 or 8378538. OLE color: 8378538.
HSL color Cylindrical-coordinate representation of color #AAD87F: hue angle of 91.01º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAD87F is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 127 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.15 |
| HSL | 91.01º | 0.53% | 0.67% | - |
| HSV(B) | 91.01º | 0.41% | 0.85% | - |
| XYZ | 44.96 | 59.19 | 29.13 | - |
| YUV | 192.1 | 91.26 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 127 | 0.21 | 0 | 0.41 | 0.15 | 91.01 | 0.53 | 0.67 |
| Hex | AA | D8 | 7F | 15 | 0 | 29 | F | 5B | 35 | 43 |
| Octal | 252 | 330 | 177 | 25 | 0 | 51 | 17 | 133 | 65 | 103 |
| Binary | 10101010 | 11011000 | 1111111 | 10101 | 0 | 101001 | 1111 | 1011011 | 110101 | 1000011 |
Color Harmonies of #AAD87F
Complementary color
Monochromatic Colors of #AAD87F
Black with #AAD87F
Text Example
Text Example
White with #AAD87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD87F; }
p { color: rgb(170,216,127); }
H1.HeaderClassName
{
color: #AAD87F;
}
.AnyTagClassName
{
color: #AAD87F;
}
</style>
background-color css
<style>
a { background-color: #AAD87F; }
a { background-color: rgb(170,216,127); }
div.DivClassName
{
background-color: #AAD87F;
}
.BgClassName
{
background-color: #AAD87F;
}
</style>
border-color css
<style>
span { border-color: #AAD87F; }
span { border-color: rgb(170,216,127); }
td.TdClassName
{
border-color: #AAD87F;
}
.TagClassName
{
border-color: #AAD87F;
}
</style>