Shades of Feijoa #AAD472
Tints of Feijoa #AAD472
RGB
CMYK
RGB Variations
Color information
#AAD472 (or 0xAAD472) is known color: Feijoa. HEX triplet: AA, D4 and 72. RGB value is (170,212,114). Sum of RGB (Red+Green+Blue) = 170+212+114=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD472 is #552B8D. Grayscale: #BCBCBC. Windows color (decimal): -5581710 or 7525546. OLE color: 7525546.
HSL color Cylindrical-coordinate representation of color #AAD472: hue angle of 85.71º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAD472 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 114 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.17 |
| HSL | 85.71º | 0.53% | 0.64% | - |
| HSV(B) | 85.71º | 0.46% | 0.83% | - |
| XYZ | 43.16 | 56.85 | 24.62 | - |
| YUV | 188.27 | 86.09 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 114 | 0.20 | 0 | 0.46 | 0.17 | 85.71 | 0.53 | 0.64 |
| Hex | AA | D4 | 72 | 14 | 0 | 2E | 11 | 56 | 35 | 40 |
| Octal | 252 | 324 | 162 | 24 | 0 | 56 | 21 | 126 | 65 | 100 |
| Binary | 10101010 | 11010100 | 1110010 | 10100 | 0 | 101110 | 10001 | 1010110 | 110101 | 1000000 |
Color Harmonies of #AAD472
Complementary color
Monochromatic Colors of #AAD472
Black with #AAD472
Text Example
Text Example
White with #AAD472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD472; }
p { color: rgb(170,212,114); }
H1.HeaderClassName
{
color: #AAD472;
}
.AnyTagClassName
{
color: #AAD472;
}
</style>
background-color css
<style>
a { background-color: #AAD472; }
a { background-color: rgb(170,212,114); }
div.DivClassName
{
background-color: #AAD472;
}
.BgClassName
{
background-color: #AAD472;
}
</style>
border-color css
<style>
span { border-color: #AAD472; }
span { border-color: rgb(170,212,114); }
td.TdClassName
{
border-color: #AAD472;
}
.TagClassName
{
border-color: #AAD472;
}
</style>