Shades of Feijoa #AAD574
Tints of Feijoa #AAD574
RGB
CMYK
RGB Variations
Color information
#AAD574 (or 0xAAD574) is known color: Feijoa. HEX triplet: AA, D5 and 74. RGB value is (170,213,116). Sum of RGB (Red+Green+Blue) = 170+213+116=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD574 is #552A8B. Grayscale: #BDBDBD. Windows color (decimal): -5581452 or 7656874. OLE color: 7656874.
HSL color Cylindrical-coordinate representation of color #AAD574: hue angle of 86.6º degrees, saturation: 0.54, 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 #AAD574 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 116 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.16 |
| HSL | 86.6º | 0.54% | 0.65% | - |
| HSV(B) | 86.6º | 0.46% | 0.84% | - |
| XYZ | 43.52 | 57.4 | 25.31 | - |
| YUV | 189.09 | 86.75 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 116 | 0.20 | 0 | 0.46 | 0.16 | 86.6 | 0.54 | 0.65 |
| Hex | AA | D5 | 74 | 14 | 0 | 2E | 10 | 57 | 36 | 41 |
| Octal | 252 | 325 | 164 | 24 | 0 | 56 | 20 | 127 | 66 | 101 |
| Binary | 10101010 | 11010101 | 1110100 | 10100 | 0 | 101110 | 10000 | 1010111 | 110110 | 1000001 |
Color Harmonies of #AAD574
Complementary color
Monochromatic Colors of #AAD574
Black with #AAD574
Text Example
Text Example
White with #AAD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD574; }
p { color: rgb(170,213,116); }
H1.HeaderClassName
{
color: #AAD574;
}
.AnyTagClassName
{
color: #AAD574;
}
</style>
background-color css
<style>
a { background-color: #AAD574; }
a { background-color: rgb(170,213,116); }
div.DivClassName
{
background-color: #AAD574;
}
.BgClassName
{
background-color: #AAD574;
}
</style>
border-color css
<style>
span { border-color: #AAD574; }
span { border-color: rgb(170,213,116); }
td.TdClassName
{
border-color: #AAD574;
}
.TagClassName
{
border-color: #AAD574;
}
</style>