Shades of Feijoa #AAD192
Tints of Feijoa #AAD192
RGB
CMYK
RGB Variations
Color information
#AAD192 (or 0xAAD192) is known color: Feijoa. HEX triplet: AA, D1 and 92. RGB value is (170,209,146). Sum of RGB (Red+Green+Blue) = 170+209+146=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD192 is #552E6D. Grayscale: #BEBEBE. Windows color (decimal): -5582446 or 9621930. OLE color: 9621930.
HSL color Cylindrical-coordinate representation of color #AAD192: hue angle of 97.14º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD192 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 146 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.18 |
| HSL | 97.14º | 0.41% | 0.7% | - |
| HSV(B) | 97.14º | 0.3% | 0.82% | - |
| XYZ | 44.57 | 56.22 | 35.7 | - |
| YUV | 190.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 146 | 0.19 | 0 | 0.30 | 0.18 | 97.14 | 0.41 | 0.7 |
| Hex | AA | D1 | 92 | 13 | 0 | 1E | 12 | 61 | 29 | 46 |
| Octal | 252 | 321 | 222 | 23 | 0 | 36 | 22 | 141 | 51 | 106 |
| Binary | 10101010 | 11010001 | 10010010 | 10011 | 0 | 11110 | 10010 | 1100001 | 101001 | 1000110 |
Color Harmonies of #AAD192
Complementary color
Monochromatic Colors of #AAD192
Black with #AAD192
Text Example
Text Example
White with #AAD192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD192; }
p { color: rgb(170,209,146); }
H1.HeaderClassName
{
color: #AAD192;
}
.AnyTagClassName
{
color: #AAD192;
}
</style>
background-color css
<style>
a { background-color: #AAD192; }
a { background-color: rgb(170,209,146); }
div.DivClassName
{
background-color: #AAD192;
}
.BgClassName
{
background-color: #AAD192;
}
</style>
border-color css
<style>
span { border-color: #AAD192; }
span { border-color: rgb(170,209,146); }
td.TdClassName
{
border-color: #AAD192;
}
.TagClassName
{
border-color: #AAD192;
}
</style>