Shades of Feijoa #AADD8C
Tints of Feijoa #AADD8C
RGB
CMYK
RGB Variations
Color information
#AADD8C (or 0xAADD8C) is known color: Feijoa. HEX triplet: AA, DD and 8C. RGB value is (170,221,140). Sum of RGB (Red+Green+Blue) = 170+221+140=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD8C is #552273. Grayscale: #C4C4C4. Windows color (decimal): -5579380 or 9231786. OLE color: 9231786.
HSL color Cylindrical-coordinate representation of color #AADD8C: hue angle of 97.78º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AADD8C is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 140 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.13 |
| HSL | 97.78º | 0.54% | 0.71% | - |
| HSV(B) | 97.78º | 0.37% | 0.87% | - |
| XYZ | 47.17 | 62.15 | 34.32 | - |
| YUV | 196.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 140 | 0.23 | 0 | 0.37 | 0.13 | 97.78 | 0.54 | 0.71 |
| Hex | AA | DD | 8C | 17 | 0 | 25 | D | 62 | 36 | 47 |
| Octal | 252 | 335 | 214 | 27 | 0 | 45 | 15 | 142 | 66 | 107 |
| Binary | 10101010 | 11011101 | 10001100 | 10111 | 0 | 100101 | 1101 | 1100010 | 110110 | 1000111 |
Color Harmonies of #AADD8C
Complementary color
Monochromatic Colors of #AADD8C
Black with #AADD8C
Text Example
Text Example
White with #AADD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD8C; }
p { color: rgb(170,221,140); }
H1.HeaderClassName
{
color: #AADD8C;
}
.AnyTagClassName
{
color: #AADD8C;
}
</style>
background-color css
<style>
a { background-color: #AADD8C; }
a { background-color: rgb(170,221,140); }
div.DivClassName
{
background-color: #AADD8C;
}
.BgClassName
{
background-color: #AADD8C;
}
</style>
border-color css
<style>
span { border-color: #AADD8C; }
span { border-color: rgb(170,221,140); }
td.TdClassName
{
border-color: #AADD8C;
}
.TagClassName
{
border-color: #AADD8C;
}
</style>