Shades of Feijoa #AAD18B
Tints of Feijoa #AAD18B
RGB
CMYK
RGB Variations
Color information
#AAD18B (or 0xAAD18B) is known color: Feijoa. HEX triplet: AA, D1 and 8B. RGB value is (170,209,139). Sum of RGB (Red+Green+Blue) = 170+209+139=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD18B is #552E74. Grayscale: #BDBDBD. Windows color (decimal): -5582453 or 9163178. OLE color: 9163178.
HSL color Cylindrical-coordinate representation of color #AAD18B: hue angle of 93.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD18B is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 139 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.18 |
| HSL | 93.43º | 0.43% | 0.68% | - |
| HSV(B) | 93.43º | 0.33% | 0.82% | - |
| XYZ | 44.04 | 56.01 | 32.92 | - |
| YUV | 189.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 139 | 0.19 | 0 | 0.33 | 0.18 | 93.43 | 0.43 | 0.68 |
| Hex | AA | D1 | 8B | 13 | 0 | 21 | 12 | 5D | 2B | 44 |
| Octal | 252 | 321 | 213 | 23 | 0 | 41 | 22 | 135 | 53 | 104 |
| Binary | 10101010 | 11010001 | 10001011 | 10011 | 0 | 100001 | 10010 | 1011101 | 101011 | 1000100 |
Color Harmonies of #AAD18B
Complementary color
Monochromatic Colors of #AAD18B
Black with #AAD18B
Text Example
Text Example
White with #AAD18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD18B; }
p { color: rgb(170,209,139); }
H1.HeaderClassName
{
color: #AAD18B;
}
.AnyTagClassName
{
color: #AAD18B;
}
</style>
background-color css
<style>
a { background-color: #AAD18B; }
a { background-color: rgb(170,209,139); }
div.DivClassName
{
background-color: #AAD18B;
}
.BgClassName
{
background-color: #AAD18B;
}
</style>
border-color css
<style>
span { border-color: #AAD18B; }
span { border-color: rgb(170,209,139); }
td.TdClassName
{
border-color: #AAD18B;
}
.TagClassName
{
border-color: #AAD18B;
}
</style>