Shades of Feijoa #AAD495
Tints of Feijoa #AAD495
RGB
CMYK
RGB Variations
Color information
#AAD495 (or 0xAAD495) is known color: Feijoa. HEX triplet: AA, D4 and 95. RGB value is (170,212,149). Sum of RGB (Red+Green+Blue) = 170+212+149=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD495 is #552B6A. Grayscale: #C0C0C0. Windows color (decimal): -5581675 or 9819306. OLE color: 9819306.
HSL color Cylindrical-coordinate representation of color #AAD495: hue angle of 100º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD495 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 149 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.17 |
| HSL | 100º | 0.42% | 0.71% | - |
| HSV(B) | 100º | 0.3% | 0.83% | - |
| XYZ | 45.55 | 57.8 | 37.19 | - |
| YUV | 192.26 | 103.59 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 149 | 0.20 | 0 | 0.30 | 0.17 | 100 | 0.42 | 0.71 |
| Hex | AA | D4 | 95 | 14 | 0 | 1E | 11 | 64 | 2A | 47 |
| Octal | 252 | 324 | 225 | 24 | 0 | 36 | 21 | 144 | 52 | 107 |
| Binary | 10101010 | 11010100 | 10010101 | 10100 | 0 | 11110 | 10001 | 1100100 | 101010 | 1000111 |
Color Harmonies of #AAD495
Complementary color
Monochromatic Colors of #AAD495
Black with #AAD495
Text Example
Text Example
White with #AAD495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD495; }
p { color: rgb(170,212,149); }
H1.HeaderClassName
{
color: #AAD495;
}
.AnyTagClassName
{
color: #AAD495;
}
</style>
background-color css
<style>
a { background-color: #AAD495; }
a { background-color: rgb(170,212,149); }
div.DivClassName
{
background-color: #AAD495;
}
.BgClassName
{
background-color: #AAD495;
}
</style>
border-color css
<style>
span { border-color: #AAD495; }
span { border-color: rgb(170,212,149); }
td.TdClassName
{
border-color: #AAD495;
}
.TagClassName
{
border-color: #AAD495;
}
</style>