Shades of Feijoa #AADB88
Tints of Feijoa #AADB88
RGB
CMYK
RGB Variations
Color information
#AADB88 (or 0xAADB88) is known color: Feijoa. HEX triplet: AA, DB and 88. RGB value is (170,219,136). Sum of RGB (Red+Green+Blue) = 170+219+136=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB88 is #552477. Grayscale: #C3C3C3. Windows color (decimal): -5579896 or 8969130. OLE color: 8969130.
HSL color Cylindrical-coordinate representation of color #AADB88: hue angle of 95.42º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AADB88 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 136 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.14 |
| HSL | 95.42º | 0.54% | 0.7% | - |
| HSV(B) | 95.42º | 0.38% | 0.86% | - |
| XYZ | 46.35 | 60.99 | 32.62 | - |
| YUV | 194.89 | 94.77 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 136 | 0.22 | 0 | 0.38 | 0.14 | 95.42 | 0.54 | 0.7 |
| Hex | AA | DB | 88 | 16 | 0 | 26 | E | 5F | 36 | 46 |
| Octal | 252 | 333 | 210 | 26 | 0 | 46 | 16 | 137 | 66 | 106 |
| Binary | 10101010 | 11011011 | 10001000 | 10110 | 0 | 100110 | 1110 | 1011111 | 110110 | 1000110 |
Color Harmonies of #AADB88
Complementary color
Monochromatic Colors of #AADB88
Black with #AADB88
Text Example
Text Example
White with #AADB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB88; }
p { color: rgb(170,219,136); }
H1.HeaderClassName
{
color: #AADB88;
}
.AnyTagClassName
{
color: #AADB88;
}
</style>
background-color css
<style>
a { background-color: #AADB88; }
a { background-color: rgb(170,219,136); }
div.DivClassName
{
background-color: #AADB88;
}
.BgClassName
{
background-color: #AADB88;
}
</style>
border-color css
<style>
span { border-color: #AADB88; }
span { border-color: rgb(170,219,136); }
td.TdClassName
{
border-color: #AADB88;
}
.TagClassName
{
border-color: #AADB88;
}
</style>