Shades of Feijoa #AAD177
Tints of Feijoa #AAD177
RGB
CMYK
RGB Variations
Color information
#AAD177 (or 0xAAD177) is known color: Feijoa. HEX triplet: AA, D1 and 77. RGB value is (170,209,119). Sum of RGB (Red+Green+Blue) = 170+209+119=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD177 is #552E88. Grayscale: #BBBBBB. Windows color (decimal): -5582473 or 7852458. OLE color: 7852458.
HSL color Cylindrical-coordinate representation of color #AAD177: hue angle of 86º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAD177 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 119 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.18 |
| HSL | 86º | 0.49% | 0.64% | - |
| HSV(B) | 86º | 0.43% | 0.82% | - |
| XYZ | 42.71 | 55.48 | 25.91 | - |
| YUV | 187.08 | 89.58 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 119 | 0.19 | 0 | 0.43 | 0.18 | 86 | 0.49 | 0.64 |
| Hex | AA | D1 | 77 | 13 | 0 | 2B | 12 | 56 | 31 | 40 |
| Octal | 252 | 321 | 167 | 23 | 0 | 53 | 22 | 126 | 61 | 100 |
| Binary | 10101010 | 11010001 | 1110111 | 10011 | 0 | 101011 | 10010 | 1010110 | 110001 | 1000000 |
Color Harmonies of #AAD177
Complementary color
Monochromatic Colors of #AAD177
Black with #AAD177
Text Example
Text Example
White with #AAD177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD177; }
p { color: rgb(170,209,119); }
H1.HeaderClassName
{
color: #AAD177;
}
.AnyTagClassName
{
color: #AAD177;
}
</style>
background-color css
<style>
a { background-color: #AAD177; }
a { background-color: rgb(170,209,119); }
div.DivClassName
{
background-color: #AAD177;
}
.BgClassName
{
background-color: #AAD177;
}
</style>
border-color css
<style>
span { border-color: #AAD177; }
span { border-color: rgb(170,209,119); }
td.TdClassName
{
border-color: #AAD177;
}
.TagClassName
{
border-color: #AAD177;
}
</style>