Shades of Feijoa #AADA7C
Tints of Feijoa #AADA7C
RGB
CMYK
RGB Variations
Color information
#AADA7C (or 0xAADA7C) is known color: Feijoa. HEX triplet: AA, DA and 7C. RGB value is (170,218,124). Sum of RGB (Red+Green+Blue) = 170+218+124=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADA7C is #552583. Grayscale: #C1C1C1. Windows color (decimal): -5580164 or 8182442. OLE color: 8182442.
HSL color Cylindrical-coordinate representation of color #AADA7C: hue angle of 90.64º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AADA7C is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 218 | 124 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.15 |
| HSL | 90.64º | 0.56% | 0.67% | - |
| HSV(B) | 90.64º | 0.43% | 0.85% | - |
| XYZ | 45.29 | 60.14 | 28.29 | - |
| YUV | 192.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 124 | 0.22 | 0 | 0.43 | 0.15 | 90.64 | 0.56 | 0.67 |
| Hex | AA | DA | 7C | 16 | 0 | 2B | F | 5B | 38 | 43 |
| Octal | 252 | 332 | 174 | 26 | 0 | 53 | 17 | 133 | 70 | 103 |
| Binary | 10101010 | 11011010 | 1111100 | 10110 | 0 | 101011 | 1111 | 1011011 | 111000 | 1000011 |
Color Harmonies of #AADA7C
Complementary color
Monochromatic Colors of #AADA7C
Black with #AADA7C
Text Example
Text Example
White with #AADA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADA7C; }
p { color: rgb(170,218,124); }
H1.HeaderClassName
{
color: #AADA7C;
}
.AnyTagClassName
{
color: #AADA7C;
}
</style>
background-color css
<style>
a { background-color: #AADA7C; }
a { background-color: rgb(170,218,124); }
div.DivClassName
{
background-color: #AADA7C;
}
.BgClassName
{
background-color: #AADA7C;
}
</style>
border-color css
<style>
span { border-color: #AADA7C; }
span { border-color: rgb(170,218,124); }
td.TdClassName
{
border-color: #AADA7C;
}
.TagClassName
{
border-color: #AADA7C;
}
</style>