Shades of Feijoa #AADB8D
Tints of Feijoa #AADB8D
RGB
CMYK
RGB Variations
Color information
#AADB8D (or 0xAADB8D) is known color: Feijoa. HEX triplet: AA, DB and 8D. RGB value is (170,219,141). Sum of RGB (Red+Green+Blue) = 170+219+141=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB8D is #552472. Grayscale: #C3C3C3. Windows color (decimal): -5579891 or 9296810. OLE color: 9296810.
HSL color Cylindrical-coordinate representation of color #AADB8D: hue angle of 97.69º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AADB8D is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 141 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.14 |
| HSL | 97.69º | 0.52% | 0.71% | - |
| HSV(B) | 97.69º | 0.36% | 0.86% | - |
| XYZ | 46.72 | 61.13 | 34.54 | - |
| YUV | 195.46 | 97.27 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 141 | 0.22 | 0 | 0.36 | 0.14 | 97.69 | 0.52 | 0.71 |
| Hex | AA | DB | 8D | 16 | 0 | 24 | E | 62 | 34 | 47 |
| Octal | 252 | 333 | 215 | 26 | 0 | 44 | 16 | 142 | 64 | 107 |
| Binary | 10101010 | 11011011 | 10001101 | 10110 | 0 | 100100 | 1110 | 1100010 | 110100 | 1000111 |
Color Harmonies of #AADB8D
Complementary color
Monochromatic Colors of #AADB8D
Black with #AADB8D
Text Example
Text Example
White with #AADB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB8D; }
p { color: rgb(170,219,141); }
H1.HeaderClassName
{
color: #AADB8D;
}
.AnyTagClassName
{
color: #AADB8D;
}
</style>
background-color css
<style>
a { background-color: #AADB8D; }
a { background-color: rgb(170,219,141); }
div.DivClassName
{
background-color: #AADB8D;
}
.BgClassName
{
background-color: #AADB8D;
}
</style>
border-color css
<style>
span { border-color: #AADB8D; }
span { border-color: rgb(170,219,141); }
td.TdClassName
{
border-color: #AADB8D;
}
.TagClassName
{
border-color: #AADB8D;
}
</style>