Shades of Feijoa #AAD48D
Tints of Feijoa #AAD48D
RGB
CMYK
RGB Variations
Color information
#AAD48D (or 0xAAD48D) is known color: Feijoa. HEX triplet: AA, D4 and 8D. RGB value is (170,212,141). Sum of RGB (Red+Green+Blue) = 170+212+141=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD48D is #552B72. Grayscale: #BFBFBF. Windows color (decimal): -5581683 or 9295018. OLE color: 9295018.
HSL color Cylindrical-coordinate representation of color #AAD48D: hue angle of 95.49º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD48D is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 141 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.17 |
| HSL | 95.49º | 0.45% | 0.69% | - |
| HSV(B) | 95.49º | 0.33% | 0.83% | - |
| XYZ | 44.93 | 57.56 | 33.94 | - |
| YUV | 191.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 141 | 0.20 | 0 | 0.33 | 0.17 | 95.49 | 0.45 | 0.69 |
| Hex | AA | D4 | 8D | 14 | 0 | 21 | 11 | 5F | 2D | 45 |
| Octal | 252 | 324 | 215 | 24 | 0 | 41 | 21 | 137 | 55 | 105 |
| Binary | 10101010 | 11010100 | 10001101 | 10100 | 0 | 100001 | 10001 | 1011111 | 101101 | 1000101 |
Color Harmonies of #AAD48D
Complementary color
Monochromatic Colors of #AAD48D
Black with #AAD48D
Text Example
Text Example
White with #AAD48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD48D; }
p { color: rgb(170,212,141); }
H1.HeaderClassName
{
color: #AAD48D;
}
.AnyTagClassName
{
color: #AAD48D;
}
</style>
background-color css
<style>
a { background-color: #AAD48D; }
a { background-color: rgb(170,212,141); }
div.DivClassName
{
background-color: #AAD48D;
}
.BgClassName
{
background-color: #AAD48D;
}
</style>
border-color css
<style>
span { border-color: #AAD48D; }
span { border-color: rgb(170,212,141); }
td.TdClassName
{
border-color: #AAD48D;
}
.TagClassName
{
border-color: #AAD48D;
}
</style>