Shades of Feijoa #AADA77
Tints of Feijoa #AADA77
RGB
CMYK
RGB Variations
Color information
#AADA77 (or 0xAADA77) is known color: Feijoa. HEX triplet: AA, DA and 77. RGB value is (170,218,119). Sum of RGB (Red+Green+Blue) = 170+218+119=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA77 is #552588. Grayscale: #C0C0C0. Windows color (decimal): -5580169 or 7854762. OLE color: 7854762.
HSL color Cylindrical-coordinate representation of color #AADA77: hue angle of 89.09º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AADA77 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 119 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.15 |
| HSL | 89.09º | 0.57% | 0.66% | - |
| HSV(B) | 89.09º | 0.45% | 0.85% | - |
| XYZ | 44.98 | 60.02 | 26.67 | - |
| YUV | 192.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 119 | 0.22 | 0 | 0.45 | 0.15 | 89.09 | 0.57 | 0.66 |
| Hex | AA | DA | 77 | 16 | 0 | 2D | F | 59 | 39 | 42 |
| Octal | 252 | 332 | 167 | 26 | 0 | 55 | 17 | 131 | 71 | 102 |
| Binary | 10101010 | 11011010 | 1110111 | 10110 | 0 | 101101 | 1111 | 1011001 | 111001 | 1000010 |
Color Harmonies of #AADA77
Complementary color
Monochromatic Colors of #AADA77
Black with #AADA77
Text Example
Text Example
White with #AADA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA77; }
p { color: rgb(170,218,119); }
H1.HeaderClassName
{
color: #AADA77;
}
.AnyTagClassName
{
color: #AADA77;
}
</style>
background-color css
<style>
a { background-color: #AADA77; }
a { background-color: rgb(170,218,119); }
div.DivClassName
{
background-color: #AADA77;
}
.BgClassName
{
background-color: #AADA77;
}
</style>
border-color css
<style>
span { border-color: #AADA77; }
span { border-color: rgb(170,218,119); }
td.TdClassName
{
border-color: #AADA77;
}
.TagClassName
{
border-color: #AADA77;
}
</style>