Shades of Feijoa #AAD18D
Tints of Feijoa #AAD18D
RGB
CMYK
RGB Variations
Color information
#AAD18D (or 0xAAD18D) is known color: Feijoa. HEX triplet: AA, D1 and 8D. RGB value is (170,209,141). Sum of RGB (Red+Green+Blue) = 170+209+141=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD18D is #552E72. Grayscale: #BDBDBD. Windows color (decimal): -5582451 or 9294250. OLE color: 9294250.
HSL color Cylindrical-coordinate representation of color #AAD18D: hue angle of 94.41º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD18D is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 141 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.18 |
| HSL | 94.41º | 0.43% | 0.69% | - |
| HSV(B) | 94.41º | 0.33% | 0.82% | - |
| XYZ | 44.19 | 56.07 | 33.69 | - |
| YUV | 189.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 141 | 0.19 | 0 | 0.33 | 0.18 | 94.41 | 0.43 | 0.69 |
| Hex | AA | D1 | 8D | 13 | 0 | 21 | 12 | 5E | 2A | 45 |
| Octal | 252 | 321 | 215 | 23 | 0 | 41 | 22 | 136 | 52 | 105 |
| Binary | 10101010 | 11010001 | 10001101 | 10011 | 0 | 100001 | 10010 | 1011110 | 101010 | 1000101 |
Color Harmonies of #AAD18D
Complementary color
Monochromatic Colors of #AAD18D
Black with #AAD18D
Text Example
Text Example
White with #AAD18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD18D; }
p { color: rgb(170,209,141); }
H1.HeaderClassName
{
color: #AAD18D;
}
.AnyTagClassName
{
color: #AAD18D;
}
</style>
background-color css
<style>
a { background-color: #AAD18D; }
a { background-color: rgb(170,209,141); }
div.DivClassName
{
background-color: #AAD18D;
}
.BgClassName
{
background-color: #AAD18D;
}
</style>
border-color css
<style>
span { border-color: #AAD18D; }
span { border-color: rgb(170,209,141); }
td.TdClassName
{
border-color: #AAD18D;
}
.TagClassName
{
border-color: #AAD18D;
}
</style>