Shades of Feijoa #AADB6F
Tints of Feijoa #AADB6F
RGB
CMYK
RGB Variations
Color information
#AADB6F (or 0xAADB6F) is known color: Feijoa. HEX triplet: AA, DB and 6F. RGB value is (170,219,111). Sum of RGB (Red+Green+Blue) = 170+219+111=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB6F is #552490. Grayscale: #C0C0C0. Windows color (decimal): -5579921 or 7330730. OLE color: 7330730.
HSL color Cylindrical-coordinate representation of color #AADB6F: hue angle of 87.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AADB6F is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 111 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.14 |
| HSL | 87.22º | 0.6% | 0.65% | - |
| HSV(B) | 87.22º | 0.49% | 0.86% | - |
| XYZ | 44.78 | 60.36 | 24.33 | - |
| YUV | 192.04 | 82.27 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 111 | 0.22 | 0 | 0.49 | 0.14 | 87.22 | 0.6 | 0.65 |
| Hex | AA | DB | 6F | 16 | 0 | 31 | E | 57 | 3C | 41 |
| Octal | 252 | 333 | 157 | 26 | 0 | 61 | 16 | 127 | 74 | 101 |
| Binary | 10101010 | 11011011 | 1101111 | 10110 | 0 | 110001 | 1110 | 1010111 | 111100 | 1000001 |
Color Harmonies of #AADB6F
Complementary color
Monochromatic Colors of #AADB6F
Black with #AADB6F
Text Example
Text Example
White with #AADB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB6F; }
p { color: rgb(170,219,111); }
H1.HeaderClassName
{
color: #AADB6F;
}
.AnyTagClassName
{
color: #AADB6F;
}
</style>
background-color css
<style>
a { background-color: #AADB6F; }
a { background-color: rgb(170,219,111); }
div.DivClassName
{
background-color: #AADB6F;
}
.BgClassName
{
background-color: #AADB6F;
}
</style>
border-color css
<style>
span { border-color: #AADB6F; }
span { border-color: rgb(170,219,111); }
td.TdClassName
{
border-color: #AADB6F;
}
.TagClassName
{
border-color: #AADB6F;
}
</style>