Shades of Feijoa #AAD87B
Tints of Feijoa #AAD87B
RGB
CMYK
RGB Variations
Color information
#AAD87B (or 0xAAD87B) is known color: Feijoa. HEX triplet: AA, D8 and 7B. RGB value is (170,216,123). Sum of RGB (Red+Green+Blue) = 170+216+123=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD87B is #552784. Grayscale: #BFBFBF. Windows color (decimal): -5580677 or 8116394. OLE color: 8116394.
HSL color Cylindrical-coordinate representation of color #AAD87B: hue angle of 89.68º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAD87B is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 123 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.15 |
| HSL | 89.68º | 0.54% | 0.66% | - |
| HSV(B) | 89.68º | 0.43% | 0.85% | - |
| XYZ | 44.71 | 59.09 | 27.79 | - |
| YUV | 191.64 | 89.26 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 123 | 0.21 | 0 | 0.43 | 0.15 | 89.68 | 0.54 | 0.66 |
| Hex | AA | D8 | 7B | 15 | 0 | 2B | F | 5A | 36 | 42 |
| Octal | 252 | 330 | 173 | 25 | 0 | 53 | 17 | 132 | 66 | 102 |
| Binary | 10101010 | 11011000 | 1111011 | 10101 | 0 | 101011 | 1111 | 1011010 | 110110 | 1000010 |
Color Harmonies of #AAD87B
Complementary color
Monochromatic Colors of #AAD87B
Black with #AAD87B
Text Example
Text Example
White with #AAD87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD87B; }
p { color: rgb(170,216,123); }
H1.HeaderClassName
{
color: #AAD87B;
}
.AnyTagClassName
{
color: #AAD87B;
}
</style>
background-color css
<style>
a { background-color: #AAD87B; }
a { background-color: rgb(170,216,123); }
div.DivClassName
{
background-color: #AAD87B;
}
.BgClassName
{
background-color: #AAD87B;
}
</style>
border-color css
<style>
span { border-color: #AAD87B; }
span { border-color: rgb(170,216,123); }
td.TdClassName
{
border-color: #AAD87B;
}
.TagClassName
{
border-color: #AAD87B;
}
</style>