Shades of Feijoa #AAD393
Tints of Feijoa #AAD393
RGB
CMYK
RGB Variations
Color information
#AAD393 (or 0xAAD393) is known color: Feijoa. HEX triplet: AA, D3 and 93. RGB value is (170,211,147). Sum of RGB (Red+Green+Blue) = 170+211+147=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD393 is #552C6C. Grayscale: #BFBFBF. Windows color (decimal): -5581933 or 9687978. OLE color: 9687978.
HSL color Cylindrical-coordinate representation of color #AAD393: hue angle of 98.44º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD393 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 147 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.17 |
| HSL | 98.44º | 0.42% | 0.7% | - |
| HSV(B) | 98.44º | 0.3% | 0.83% | - |
| XYZ | 45.14 | 57.24 | 36.27 | - |
| YUV | 191.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 147 | 0.19 | 0 | 0.30 | 0.17 | 98.44 | 0.42 | 0.7 |
| Hex | AA | D3 | 93 | 13 | 0 | 1E | 11 | 62 | 2A | 46 |
| Octal | 252 | 323 | 223 | 23 | 0 | 36 | 21 | 142 | 52 | 106 |
| Binary | 10101010 | 11010011 | 10010011 | 10011 | 0 | 11110 | 10001 | 1100010 | 101010 | 1000110 |
Color Harmonies of #AAD393
Complementary color
Monochromatic Colors of #AAD393
Black with #AAD393
Text Example
Text Example
White with #AAD393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD393; }
p { color: rgb(170,211,147); }
H1.HeaderClassName
{
color: #AAD393;
}
.AnyTagClassName
{
color: #AAD393;
}
</style>
background-color css
<style>
a { background-color: #AAD393; }
a { background-color: rgb(170,211,147); }
div.DivClassName
{
background-color: #AAD393;
}
.BgClassName
{
background-color: #AAD393;
}
</style>
border-color css
<style>
span { border-color: #AAD393; }
span { border-color: rgb(170,211,147); }
td.TdClassName
{
border-color: #AAD393;
}
.TagClassName
{
border-color: #AAD393;
}
</style>