Shades of Feijoa #AADA83
Tints of Feijoa #AADA83
RGB
CMYK
RGB Variations
Color information
#AADA83 (or 0xAADA83) is known color: Feijoa. HEX triplet: AA, DA and 83. RGB value is (170,218,131). Sum of RGB (Red+Green+Blue) = 170+218+131=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA83 is #55257C. Grayscale: #C2C2C2. Windows color (decimal): -5580157 or 8641194. OLE color: 8641194.
HSL color Cylindrical-coordinate representation of color #AADA83: hue angle of 93.1º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AADA83 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 131 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.15 |
| HSL | 93.1º | 0.54% | 0.68% | - |
| HSV(B) | 93.1º | 0.4% | 0.85% | - |
| XYZ | 45.75 | 60.33 | 30.71 | - |
| YUV | 193.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 131 | 0.22 | 0 | 0.40 | 0.15 | 93.1 | 0.54 | 0.68 |
| Hex | AA | DA | 83 | 16 | 0 | 28 | F | 5D | 36 | 44 |
| Octal | 252 | 332 | 203 | 26 | 0 | 50 | 17 | 135 | 66 | 104 |
| Binary | 10101010 | 11011010 | 10000011 | 10110 | 0 | 101000 | 1111 | 1011101 | 110110 | 1000100 |
Color Harmonies of #AADA83
Complementary color
Monochromatic Colors of #AADA83
Black with #AADA83
Text Example
Text Example
White with #AADA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA83; }
p { color: rgb(170,218,131); }
H1.HeaderClassName
{
color: #AADA83;
}
.AnyTagClassName
{
color: #AADA83;
}
</style>
background-color css
<style>
a { background-color: #AADA83; }
a { background-color: rgb(170,218,131); }
div.DivClassName
{
background-color: #AADA83;
}
.BgClassName
{
background-color: #AADA83;
}
</style>
border-color css
<style>
span { border-color: #AADA83; }
span { border-color: rgb(170,218,131); }
td.TdClassName
{
border-color: #AADA83;
}
.TagClassName
{
border-color: #AADA83;
}
</style>