Shades of Feijoa #AAD58D
Tints of Feijoa #AAD58D
RGB
CMYK
RGB Variations
Color information
#AAD58D (or 0xAAD58D) is known color: Feijoa. HEX triplet: AA, D5 and 8D. RGB value is (170,213,141). Sum of RGB (Red+Green+Blue) = 170+213+141=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD58D is #552A72. Grayscale: #C0C0C0. Windows color (decimal): -5581427 or 9295274. OLE color: 9295274.
HSL color Cylindrical-coordinate representation of color #AAD58D: hue angle of 95.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAD58D is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 141 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.16 |
| HSL | 95.83º | 0.46% | 0.69% | - |
| HSV(B) | 95.83º | 0.34% | 0.84% | - |
| XYZ | 45.18 | 58.06 | 34.02 | - |
| YUV | 191.94 | 99.25 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 141 | 0.20 | 0 | 0.34 | 0.16 | 95.83 | 0.46 | 0.69 |
| Hex | AA | D5 | 8D | 14 | 0 | 22 | 10 | 60 | 2E | 45 |
| Octal | 252 | 325 | 215 | 24 | 0 | 42 | 20 | 140 | 56 | 105 |
| Binary | 10101010 | 11010101 | 10001101 | 10100 | 0 | 100010 | 10000 | 1100000 | 101110 | 1000101 |
Color Harmonies of #AAD58D
Complementary color
Monochromatic Colors of #AAD58D
Black with #AAD58D
Text Example
Text Example
White with #AAD58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD58D; }
p { color: rgb(170,213,141); }
H1.HeaderClassName
{
color: #AAD58D;
}
.AnyTagClassName
{
color: #AAD58D;
}
</style>
background-color css
<style>
a { background-color: #AAD58D; }
a { background-color: rgb(170,213,141); }
div.DivClassName
{
background-color: #AAD58D;
}
.BgClassName
{
background-color: #AAD58D;
}
</style>
border-color css
<style>
span { border-color: #AAD58D; }
span { border-color: rgb(170,213,141); }
td.TdClassName
{
border-color: #AAD58D;
}
.TagClassName
{
border-color: #AAD58D;
}
</style>