Shades of Feijoa #AADD76
Tints of Feijoa #AADD76
RGB
CMYK
RGB Variations
Color information
#AADD76 (or 0xAADD76) is known color: Feijoa. HEX triplet: AA, DD and 76. RGB value is (170,221,118). Sum of RGB (Red+Green+Blue) = 170+221+118=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD76 is #552289. Grayscale: #C2C2C2. Windows color (decimal): -5579402 or 7789994. OLE color: 7789994.
HSL color Cylindrical-coordinate representation of color #AADD76: hue angle of 89.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AADD76 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 118 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.13 |
| HSL | 89.71º | 0.6% | 0.66% | - |
| HSV(B) | 89.71º | 0.47% | 0.87% | - |
| XYZ | 45.7 | 61.57 | 26.61 | - |
| YUV | 194.01 | 85.1 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 118 | 0.23 | 0 | 0.47 | 0.13 | 89.71 | 0.6 | 0.66 |
| Hex | AA | DD | 76 | 17 | 0 | 2F | D | 5A | 3C | 42 |
| Octal | 252 | 335 | 166 | 27 | 0 | 57 | 15 | 132 | 74 | 102 |
| Binary | 10101010 | 11011101 | 1110110 | 10111 | 0 | 101111 | 1101 | 1011010 | 111100 | 1000010 |
Color Harmonies of #AADD76
Complementary color
Monochromatic Colors of #AADD76
Black with #AADD76
Text Example
Text Example
White with #AADD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD76; }
p { color: rgb(170,221,118); }
H1.HeaderClassName
{
color: #AADD76;
}
.AnyTagClassName
{
color: #AADD76;
}
</style>
background-color css
<style>
a { background-color: #AADD76; }
a { background-color: rgb(170,221,118); }
div.DivClassName
{
background-color: #AADD76;
}
.BgClassName
{
background-color: #AADD76;
}
</style>
border-color css
<style>
span { border-color: #AADD76; }
span { border-color: rgb(170,221,118); }
td.TdClassName
{
border-color: #AADD76;
}
.TagClassName
{
border-color: #AADD76;
}
</style>