Shades of Feijoa #AADA7B
Tints of Feijoa #AADA7B
RGB
CMYK
RGB Variations
Color information
#AADA7B (or 0xAADA7B) is known color: Feijoa. HEX triplet: AA, DA and 7B. RGB value is (170,218,123). Sum of RGB (Red+Green+Blue) = 170+218+123=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA7B is #552584. Grayscale: #C1C1C1. Windows color (decimal): -5580165 or 8116906. OLE color: 8116906.
HSL color Cylindrical-coordinate representation of color #AADA7B: hue angle of 90.32º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AADA7B is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 123 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.15 |
| HSL | 90.32º | 0.56% | 0.67% | - |
| HSV(B) | 90.32º | 0.44% | 0.85% | - |
| XYZ | 45.22 | 60.12 | 27.96 | - |
| YUV | 192.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 123 | 0.22 | 0 | 0.44 | 0.15 | 90.32 | 0.56 | 0.67 |
| Hex | AA | DA | 7B | 16 | 0 | 2C | F | 5A | 38 | 43 |
| Octal | 252 | 332 | 173 | 26 | 0 | 54 | 17 | 132 | 70 | 103 |
| Binary | 10101010 | 11011010 | 1111011 | 10110 | 0 | 101100 | 1111 | 1011010 | 111000 | 1000011 |
Color Harmonies of #AADA7B
Complementary color
Monochromatic Colors of #AADA7B
Black with #AADA7B
Text Example
Text Example
White with #AADA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA7B; }
p { color: rgb(170,218,123); }
H1.HeaderClassName
{
color: #AADA7B;
}
.AnyTagClassName
{
color: #AADA7B;
}
</style>
background-color css
<style>
a { background-color: #AADA7B; }
a { background-color: rgb(170,218,123); }
div.DivClassName
{
background-color: #AADA7B;
}
.BgClassName
{
background-color: #AADA7B;
}
</style>
border-color css
<style>
span { border-color: #AADA7B; }
span { border-color: rgb(170,218,123); }
td.TdClassName
{
border-color: #AADA7B;
}
.TagClassName
{
border-color: #AADA7B;
}
</style>