Shades of Feijoa #AAD584
Tints of Feijoa #AAD584
RGB
CMYK
RGB Variations
Color information
#AAD584 (or 0xAAD584) is known color: Feijoa. HEX triplet: AA, D5 and 84. RGB value is (170,213,132). Sum of RGB (Red+Green+Blue) = 170+213+132=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD584 is #552A7B. Grayscale: #BFBFBF. Windows color (decimal): -5581436 or 8705450. OLE color: 8705450.
HSL color Cylindrical-coordinate representation of color #AAD584: hue angle of 91.85º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAD584 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 132 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.16 |
| HSL | 91.85º | 0.49% | 0.68% | - |
| HSV(B) | 91.85º | 0.38% | 0.84% | - |
| XYZ | 44.54 | 57.8 | 30.64 | - |
| YUV | 190.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 132 | 0.20 | 0 | 0.38 | 0.16 | 91.85 | 0.49 | 0.68 |
| Hex | AA | D5 | 84 | 14 | 0 | 26 | 10 | 5C | 31 | 44 |
| Octal | 252 | 325 | 204 | 24 | 0 | 46 | 20 | 134 | 61 | 104 |
| Binary | 10101010 | 11010101 | 10000100 | 10100 | 0 | 100110 | 10000 | 1011100 | 110001 | 1000100 |
Color Harmonies of #AAD584
Complementary color
Monochromatic Colors of #AAD584
Black with #AAD584
Text Example
Text Example
White with #AAD584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD584; }
p { color: rgb(170,213,132); }
H1.HeaderClassName
{
color: #AAD584;
}
.AnyTagClassName
{
color: #AAD584;
}
</style>
background-color css
<style>
a { background-color: #AAD584; }
a { background-color: rgb(170,213,132); }
div.DivClassName
{
background-color: #AAD584;
}
.BgClassName
{
background-color: #AAD584;
}
</style>
border-color css
<style>
span { border-color: #AAD584; }
span { border-color: rgb(170,213,132); }
td.TdClassName
{
border-color: #AAD584;
}
.TagClassName
{
border-color: #AAD584;
}
</style>