Shades of Feijoa #AAD88D
Tints of Feijoa #AAD88D
RGB
CMYK
RGB Variations
Color information
#AAD88D (or 0xAAD88D) is known color: Feijoa. HEX triplet: AA, D8 and 8D. RGB value is (170,216,141). Sum of RGB (Red+Green+Blue) = 170+216+141=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD88D is #552772. Grayscale: #C1C1C1. Windows color (decimal): -5580659 or 9296042. OLE color: 9296042.
HSL color Cylindrical-coordinate representation of color #AAD88D: hue angle of 96.8º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAD88D is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 141 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.15 |
| HSL | 96.8º | 0.49% | 0.7% | - |
| HSV(B) | 96.8º | 0.35% | 0.85% | - |
| XYZ | 45.94 | 59.58 | 34.28 | - |
| YUV | 193.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 141 | 0.21 | 0 | 0.35 | 0.15 | 96.8 | 0.49 | 0.7 |
| Hex | AA | D8 | 8D | 15 | 0 | 23 | F | 61 | 31 | 46 |
| Octal | 252 | 330 | 215 | 25 | 0 | 43 | 17 | 141 | 61 | 106 |
| Binary | 10101010 | 11011000 | 10001101 | 10101 | 0 | 100011 | 1111 | 1100001 | 110001 | 1000110 |
Color Harmonies of #AAD88D
Complementary color
Monochromatic Colors of #AAD88D
Black with #AAD88D
Text Example
Text Example
White with #AAD88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD88D; }
p { color: rgb(170,216,141); }
H1.HeaderClassName
{
color: #AAD88D;
}
.AnyTagClassName
{
color: #AAD88D;
}
</style>
background-color css
<style>
a { background-color: #AAD88D; }
a { background-color: rgb(170,216,141); }
div.DivClassName
{
background-color: #AAD88D;
}
.BgClassName
{
background-color: #AAD88D;
}
</style>
border-color css
<style>
span { border-color: #AAD88D; }
span { border-color: rgb(170,216,141); }
td.TdClassName
{
border-color: #AAD88D;
}
.TagClassName
{
border-color: #AAD88D;
}
</style>