Shades of Feijoa #AADB81
Tints of Feijoa #AADB81
RGB
CMYK
RGB Variations
Color information
#AADB81 (or 0xAADB81) is known color: Feijoa. HEX triplet: AA, DB and 81. RGB value is (170,219,129). Sum of RGB (Red+Green+Blue) = 170+219+129=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB81 is #55247E. Grayscale: #C2C2C2. Windows color (decimal): -5579903 or 8510378. OLE color: 8510378.
HSL color Cylindrical-coordinate representation of color #AADB81: hue angle of 92.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AADB81 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 129 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.14 |
| HSL | 92.67º | 0.56% | 0.68% | - |
| HSV(B) | 92.67º | 0.41% | 0.86% | - |
| XYZ | 45.87 | 60.79 | 30.09 | - |
| YUV | 194.09 | 91.27 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 129 | 0.22 | 0 | 0.41 | 0.14 | 92.67 | 0.56 | 0.68 |
| Hex | AA | DB | 81 | 16 | 0 | 29 | E | 5D | 38 | 44 |
| Octal | 252 | 333 | 201 | 26 | 0 | 51 | 16 | 135 | 70 | 104 |
| Binary | 10101010 | 11011011 | 10000001 | 10110 | 0 | 101001 | 1110 | 1011101 | 111000 | 1000100 |
Color Harmonies of #AADB81
Complementary color
Monochromatic Colors of #AADB81
Black with #AADB81
Text Example
Text Example
White with #AADB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB81; }
p { color: rgb(170,219,129); }
H1.HeaderClassName
{
color: #AADB81;
}
.AnyTagClassName
{
color: #AADB81;
}
</style>
background-color css
<style>
a { background-color: #AADB81; }
a { background-color: rgb(170,219,129); }
div.DivClassName
{
background-color: #AADB81;
}
.BgClassName
{
background-color: #AADB81;
}
</style>
border-color css
<style>
span { border-color: #AADB81; }
span { border-color: rgb(170,219,129); }
td.TdClassName
{
border-color: #AADB81;
}
.TagClassName
{
border-color: #AADB81;
}
</style>