Shades of Feijoa #AADD6D
Tints of Feijoa #AADD6D
RGB
CMYK
RGB Variations
Color information
#AADD6D (or 0xAADD6D) is known color: Feijoa. HEX triplet: AA, DD and 6D. RGB value is (170,221,109). Sum of RGB (Red+Green+Blue) = 170+221+109=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD6D is #552292. Grayscale: #C1C1C1. Windows color (decimal): -5579411 or 7200170. OLE color: 7200170.
HSL color Cylindrical-coordinate representation of color #AADD6D: hue angle of 87.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AADD6D is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 109 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.13 |
| HSL | 87.32º | 0.62% | 0.65% | - |
| HSV(B) | 87.32º | 0.51% | 0.87% | - |
| XYZ | 45.19 | 61.36 | 23.93 | - |
| YUV | 192.98 | 80.6 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 109 | 0.23 | 0 | 0.51 | 0.13 | 87.32 | 0.62 | 0.65 |
| Hex | AA | DD | 6D | 17 | 0 | 33 | D | 57 | 3E | 41 |
| Octal | 252 | 335 | 155 | 27 | 0 | 63 | 15 | 127 | 76 | 101 |
| Binary | 10101010 | 11011101 | 1101101 | 10111 | 0 | 110011 | 1101 | 1010111 | 111110 | 1000001 |
Color Harmonies of #AADD6D
Complementary color
Monochromatic Colors of #AADD6D
Black with #AADD6D
Text Example
Text Example
White with #AADD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD6D; }
p { color: rgb(170,221,109); }
H1.HeaderClassName
{
color: #AADD6D;
}
.AnyTagClassName
{
color: #AADD6D;
}
</style>
background-color css
<style>
a { background-color: #AADD6D; }
a { background-color: rgb(170,221,109); }
div.DivClassName
{
background-color: #AADD6D;
}
.BgClassName
{
background-color: #AADD6D;
}
</style>
border-color css
<style>
span { border-color: #AADD6D; }
span { border-color: rgb(170,221,109); }
td.TdClassName
{
border-color: #AADD6D;
}
.TagClassName
{
border-color: #AADD6D;
}
</style>