Shades of Feijoa #AAD993
Tints of Feijoa #AAD993
RGB
CMYK
RGB Variations
Color information
#AAD993 (or 0xAAD993) is known color: Feijoa. HEX triplet: AA, D9 and 93. RGB value is (170,217,147). Sum of RGB (Red+Green+Blue) = 170+217+147=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD993 is #55266C. Grayscale: #C3C3C3. Windows color (decimal): -5580397 or 9689514. OLE color: 9689514.
HSL color Cylindrical-coordinate representation of color #AAD993: hue angle of 100.29º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAD993 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 147 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.15 |
| HSL | 100.29º | 0.48% | 0.71% | - |
| HSV(B) | 100.29º | 0.32% | 0.85% | - |
| XYZ | 46.66 | 60.28 | 36.78 | - |
| YUV | 194.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 147 | 0.22 | 0 | 0.32 | 0.15 | 100.29 | 0.48 | 0.71 |
| Hex | AA | D9 | 93 | 16 | 0 | 20 | F | 64 | 30 | 47 |
| Octal | 252 | 331 | 223 | 26 | 0 | 40 | 17 | 144 | 60 | 107 |
| Binary | 10101010 | 11011001 | 10010011 | 10110 | 0 | 100000 | 1111 | 1100100 | 110000 | 1000111 |
Color Harmonies of #AAD993
Complementary color
Monochromatic Colors of #AAD993
Black with #AAD993
Text Example
Text Example
White with #AAD993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD993; }
p { color: rgb(170,217,147); }
H1.HeaderClassName
{
color: #AAD993;
}
.AnyTagClassName
{
color: #AAD993;
}
</style>
background-color css
<style>
a { background-color: #AAD993; }
a { background-color: rgb(170,217,147); }
div.DivClassName
{
background-color: #AAD993;
}
.BgClassName
{
background-color: #AAD993;
}
</style>
border-color css
<style>
span { border-color: #AAD993; }
span { border-color: rgb(170,217,147); }
td.TdClassName
{
border-color: #AAD993;
}
.TagClassName
{
border-color: #AAD993;
}
</style>