Shades of Feijoa #AAD493
Tints of Feijoa #AAD493
RGB
CMYK
RGB Variations
Color information
#AAD493 (or 0xAAD493) is known color: Feijoa. HEX triplet: AA, D4 and 93. RGB value is (170,212,147). Sum of RGB (Red+Green+Blue) = 170+212+147=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD493 is #552B6C. Grayscale: #C0C0C0. Windows color (decimal): -5581677 or 9688234. OLE color: 9688234.
HSL color Cylindrical-coordinate representation of color #AAD493: hue angle of 98.77º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAD493 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 147 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.17 |
| HSL | 98.77º | 0.43% | 0.7% | - |
| HSV(B) | 98.77º | 0.31% | 0.83% | - |
| XYZ | 45.39 | 57.74 | 36.36 | - |
| YUV | 192.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 147 | 0.20 | 0 | 0.31 | 0.17 | 98.77 | 0.43 | 0.7 |
| Hex | AA | D4 | 93 | 14 | 0 | 1F | 11 | 63 | 2B | 46 |
| Octal | 252 | 324 | 223 | 24 | 0 | 37 | 21 | 143 | 53 | 106 |
| Binary | 10101010 | 11010100 | 10010011 | 10100 | 0 | 11111 | 10001 | 1100011 | 101011 | 1000110 |
Color Harmonies of #AAD493
Complementary color
Monochromatic Colors of #AAD493
Black with #AAD493
Text Example
Text Example
White with #AAD493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD493; }
p { color: rgb(170,212,147); }
H1.HeaderClassName
{
color: #AAD493;
}
.AnyTagClassName
{
color: #AAD493;
}
</style>
background-color css
<style>
a { background-color: #AAD493; }
a { background-color: rgb(170,212,147); }
div.DivClassName
{
background-color: #AAD493;
}
.BgClassName
{
background-color: #AAD493;
}
</style>
border-color css
<style>
span { border-color: #AAD493; }
span { border-color: rgb(170,212,147); }
td.TdClassName
{
border-color: #AAD493;
}
.TagClassName
{
border-color: #AAD493;
}
</style>