Shades of Feijoa #AAD673
Tints of Feijoa #AAD673
RGB
CMYK
RGB Variations
Color information
#AAD673 (or 0xAAD673) is known color: Feijoa. HEX triplet: AA, D6 and 73. RGB value is (170,214,115). Sum of RGB (Red+Green+Blue) = 170+214+115=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD673 is #55298C. Grayscale: #BDBDBD. Windows color (decimal): -5581197 or 7591594. OLE color: 7591594.
HSL color Cylindrical-coordinate representation of color #AAD673: hue angle of 86.67º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAD673 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 115 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.16 |
| HSL | 86.67º | 0.55% | 0.65% | - |
| HSV(B) | 86.67º | 0.46% | 0.84% | - |
| XYZ | 43.72 | 57.88 | 25.09 | - |
| YUV | 189.56 | 85.92 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 115 | 0.21 | 0 | 0.46 | 0.16 | 86.67 | 0.55 | 0.65 |
| Hex | AA | D6 | 73 | 15 | 0 | 2E | 10 | 57 | 37 | 41 |
| Octal | 252 | 326 | 163 | 25 | 0 | 56 | 20 | 127 | 67 | 101 |
| Binary | 10101010 | 11010110 | 1110011 | 10101 | 0 | 101110 | 10000 | 1010111 | 110111 | 1000001 |
Color Harmonies of #AAD673
Complementary color
Monochromatic Colors of #AAD673
Black with #AAD673
Text Example
Text Example
White with #AAD673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD673; }
p { color: rgb(170,214,115); }
H1.HeaderClassName
{
color: #AAD673;
}
.AnyTagClassName
{
color: #AAD673;
}
</style>
background-color css
<style>
a { background-color: #AAD673; }
a { background-color: rgb(170,214,115); }
div.DivClassName
{
background-color: #AAD673;
}
.BgClassName
{
background-color: #AAD673;
}
</style>
border-color css
<style>
span { border-color: #AAD673; }
span { border-color: rgb(170,214,115); }
td.TdClassName
{
border-color: #AAD673;
}
.TagClassName
{
border-color: #AAD673;
}
</style>