Shades of Feijoa #AAD392
Tints of Feijoa #AAD392
RGB
CMYK
RGB Variations
Color information
#AAD392 (or 0xAAD392) is known color: Feijoa. HEX triplet: AA, D3 and 92. RGB value is (170,211,146). Sum of RGB (Red+Green+Blue) = 170+211+146=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD392 is #552C6D. Grayscale: #BFBFBF. Windows color (decimal): -5581934 or 9622442. OLE color: 9622442.
HSL color Cylindrical-coordinate representation of color #AAD392: hue angle of 97.85º degrees, saturation: 0.42, 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 #AAD392 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 146 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.17 |
| HSL | 97.85º | 0.42% | 0.7% | - |
| HSV(B) | 97.85º | 0.31% | 0.83% | - |
| XYZ | 45.06 | 57.21 | 35.86 | - |
| YUV | 191.33 | 102.42 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 146 | 0.19 | 0 | 0.31 | 0.17 | 97.85 | 0.42 | 0.7 |
| Hex | AA | D3 | 92 | 13 | 0 | 1F | 11 | 62 | 2A | 46 |
| Octal | 252 | 323 | 222 | 23 | 0 | 37 | 21 | 142 | 52 | 106 |
| Binary | 10101010 | 11010011 | 10010010 | 10011 | 0 | 11111 | 10001 | 1100010 | 101010 | 1000110 |
Color Harmonies of #AAD392
Complementary color
Monochromatic Colors of #AAD392
Black with #AAD392
Text Example
Text Example
White with #AAD392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD392; }
p { color: rgb(170,211,146); }
H1.HeaderClassName
{
color: #AAD392;
}
.AnyTagClassName
{
color: #AAD392;
}
</style>
background-color css
<style>
a { background-color: #AAD392; }
a { background-color: rgb(170,211,146); }
div.DivClassName
{
background-color: #AAD392;
}
.BgClassName
{
background-color: #AAD392;
}
</style>
border-color css
<style>
span { border-color: #AAD392; }
span { border-color: rgb(170,211,146); }
td.TdClassName
{
border-color: #AAD392;
}
.TagClassName
{
border-color: #AAD392;
}
</style>