Shades of Feijoa #AAD276
Tints of Feijoa #AAD276
RGB
CMYK
RGB Variations
Color information
#AAD276 (or 0xAAD276) is known color: Feijoa. HEX triplet: AA, D2 and 76. RGB value is (170,210,118). Sum of RGB (Red+Green+Blue) = 170+210+118=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD276 is #552D89. Grayscale: #BBBBBB. Windows color (decimal): -5582218 or 7787178. OLE color: 7787178.
HSL color Cylindrical-coordinate representation of color #AAD276: hue angle of 86.09º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAD276 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 118 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.18 |
| HSL | 86.09º | 0.51% | 0.64% | - |
| HSV(B) | 86.09º | 0.44% | 0.82% | - |
| XYZ | 42.89 | 55.95 | 25.68 | - |
| YUV | 187.55 | 88.75 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 118 | 0.19 | 0 | 0.44 | 0.18 | 86.09 | 0.51 | 0.64 |
| Hex | AA | D2 | 76 | 13 | 0 | 2C | 12 | 56 | 33 | 40 |
| Octal | 252 | 322 | 166 | 23 | 0 | 54 | 22 | 126 | 63 | 100 |
| Binary | 10101010 | 11010010 | 1110110 | 10011 | 0 | 101100 | 10010 | 1010110 | 110011 | 1000000 |
Color Harmonies of #AAD276
Complementary color
Monochromatic Colors of #AAD276
Black with #AAD276
Text Example
Text Example
White with #AAD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD276; }
p { color: rgb(170,210,118); }
H1.HeaderClassName
{
color: #AAD276;
}
.AnyTagClassName
{
color: #AAD276;
}
</style>
background-color css
<style>
a { background-color: #AAD276; }
a { background-color: rgb(170,210,118); }
div.DivClassName
{
background-color: #AAD276;
}
.BgClassName
{
background-color: #AAD276;
}
</style>
border-color css
<style>
span { border-color: #AAD276; }
span { border-color: rgb(170,210,118); }
td.TdClassName
{
border-color: #AAD276;
}
.TagClassName
{
border-color: #AAD276;
}
</style>