Shades of Feijoa #AADD79
Tints of Feijoa #AADD79
RGB
CMYK
RGB Variations
Color information
#AADD79 (or 0xAADD79) is known color: Feijoa. HEX triplet: AA, DD and 79. RGB value is (170,221,121). Sum of RGB (Red+Green+Blue) = 170+221+121=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD79 is #552286. Grayscale: #C2C2C2. Windows color (decimal): -5579399 or 7986602. OLE color: 7986602.
HSL color Cylindrical-coordinate representation of color #AADD79: hue angle of 90.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AADD79 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 121 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.13 |
| HSL | 90.6º | 0.6% | 0.67% | - |
| HSV(B) | 90.6º | 0.45% | 0.87% | - |
| XYZ | 45.89 | 61.64 | 27.57 | - |
| YUV | 194.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 121 | 0.23 | 0 | 0.45 | 0.13 | 90.6 | 0.6 | 0.67 |
| Hex | AA | DD | 79 | 17 | 0 | 2D | D | 5B | 3C | 43 |
| Octal | 252 | 335 | 171 | 27 | 0 | 55 | 15 | 133 | 74 | 103 |
| Binary | 10101010 | 11011101 | 1111001 | 10111 | 0 | 101101 | 1101 | 1011011 | 111100 | 1000011 |
Color Harmonies of #AADD79
Complementary color
Monochromatic Colors of #AADD79
Black with #AADD79
Text Example
Text Example
White with #AADD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD79; }
p { color: rgb(170,221,121); }
H1.HeaderClassName
{
color: #AADD79;
}
.AnyTagClassName
{
color: #AADD79;
}
</style>
background-color css
<style>
a { background-color: #AADD79; }
a { background-color: rgb(170,221,121); }
div.DivClassName
{
background-color: #AADD79;
}
.BgClassName
{
background-color: #AADD79;
}
</style>
border-color css
<style>
span { border-color: #AADD79; }
span { border-color: rgb(170,221,121); }
td.TdClassName
{
border-color: #AADD79;
}
.TagClassName
{
border-color: #AADD79;
}
</style>