Shades of Feijoa #AAD594
Tints of Feijoa #AAD594
RGB
CMYK
RGB Variations
Color information
#AAD594 (or 0xAAD594) is known color: Feijoa. HEX triplet: AA, D5 and 94. RGB value is (170,213,148). Sum of RGB (Red+Green+Blue) = 170+213+148=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD594 is #552A6B. Grayscale: #C0C0C0. Windows color (decimal): -5581420 or 9754026. OLE color: 9754026.
HSL color Cylindrical-coordinate representation of color #AAD594: hue angle of 99.69º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAD594 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 148 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.16 |
| HSL | 99.69º | 0.44% | 0.71% | - |
| HSV(B) | 99.69º | 0.31% | 0.84% | - |
| XYZ | 45.72 | 58.27 | 36.86 | - |
| YUV | 192.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 148 | 0.20 | 0 | 0.31 | 0.16 | 99.69 | 0.44 | 0.71 |
| Hex | AA | D5 | 94 | 14 | 0 | 1F | 10 | 64 | 2C | 47 |
| Octal | 252 | 325 | 224 | 24 | 0 | 37 | 20 | 144 | 54 | 107 |
| Binary | 10101010 | 11010101 | 10010100 | 10100 | 0 | 11111 | 10000 | 1100100 | 101100 | 1000111 |
Color Harmonies of #AAD594
Complementary color
Monochromatic Colors of #AAD594
Black with #AAD594
Text Example
Text Example
White with #AAD594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD594; }
p { color: rgb(170,213,148); }
H1.HeaderClassName
{
color: #AAD594;
}
.AnyTagClassName
{
color: #AAD594;
}
</style>
background-color css
<style>
a { background-color: #AAD594; }
a { background-color: rgb(170,213,148); }
div.DivClassName
{
background-color: #AAD594;
}
.BgClassName
{
background-color: #AAD594;
}
</style>
border-color css
<style>
span { border-color: #AAD594; }
span { border-color: rgb(170,213,148); }
td.TdClassName
{
border-color: #AAD594;
}
.TagClassName
{
border-color: #AAD594;
}
</style>