Shades of Feijoa #AADD7B
Tints of Feijoa #AADD7B
RGB
CMYK
RGB Variations
Color information
#AADD7B (or 0xAADD7B) is known color: Feijoa. HEX triplet: AA, DD and 7B. RGB value is (170,221,123). Sum of RGB (Red+Green+Blue) = 170+221+123=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD7B is #552284. Grayscale: #C2C2C2. Windows color (decimal): -5579397 or 8117674. OLE color: 8117674.
HSL color Cylindrical-coordinate representation of color #AADD7B: hue angle of 91.22º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AADD7B is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 123 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.13 |
| HSL | 91.22º | 0.59% | 0.67% | - |
| HSV(B) | 91.22º | 0.44% | 0.87% | - |
| XYZ | 46.01 | 61.69 | 28.22 | - |
| YUV | 194.58 | 87.6 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 123 | 0.23 | 0 | 0.44 | 0.13 | 91.22 | 0.59 | 0.67 |
| Hex | AA | DD | 7B | 17 | 0 | 2C | D | 5B | 3B | 43 |
| Octal | 252 | 335 | 173 | 27 | 0 | 54 | 15 | 133 | 73 | 103 |
| Binary | 10101010 | 11011101 | 1111011 | 10111 | 0 | 101100 | 1101 | 1011011 | 111011 | 1000011 |
Color Harmonies of #AADD7B
Complementary color
Monochromatic Colors of #AADD7B
Black with #AADD7B
Text Example
Text Example
White with #AADD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD7B; }
p { color: rgb(170,221,123); }
H1.HeaderClassName
{
color: #AADD7B;
}
.AnyTagClassName
{
color: #AADD7B;
}
</style>
background-color css
<style>
a { background-color: #AADD7B; }
a { background-color: rgb(170,221,123); }
div.DivClassName
{
background-color: #AADD7B;
}
.BgClassName
{
background-color: #AADD7B;
}
</style>
border-color css
<style>
span { border-color: #AADD7B; }
span { border-color: rgb(170,221,123); }
td.TdClassName
{
border-color: #AADD7B;
}
.TagClassName
{
border-color: #AADD7B;
}
</style>