Shades of Feijoa #AAD88C
Tints of Feijoa #AAD88C
RGB
CMYK
RGB Variations
Color information
#AAD88C (or 0xAAD88C) is known color: Feijoa. HEX triplet: AA, D8 and 8C. RGB value is (170,216,140). Sum of RGB (Red+Green+Blue) = 170+216+140=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD88C is #552773. Grayscale: #C1C1C1. Windows color (decimal): -5580660 or 9230506. OLE color: 9230506.
HSL color Cylindrical-coordinate representation of color #AAD88C: hue angle of 96.32º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAD88C is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 140 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.15 |
| HSL | 96.32º | 0.49% | 0.7% | - |
| HSV(B) | 96.32º | 0.35% | 0.85% | - |
| XYZ | 45.87 | 59.55 | 33.89 | - |
| YUV | 193.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 140 | 0.21 | 0 | 0.35 | 0.15 | 96.32 | 0.49 | 0.7 |
| Hex | AA | D8 | 8C | 15 | 0 | 23 | F | 60 | 31 | 46 |
| Octal | 252 | 330 | 214 | 25 | 0 | 43 | 17 | 140 | 61 | 106 |
| Binary | 10101010 | 11011000 | 10001100 | 10101 | 0 | 100011 | 1111 | 1100000 | 110001 | 1000110 |
Color Harmonies of #AAD88C
Complementary color
Monochromatic Colors of #AAD88C
Black with #AAD88C
Text Example
Text Example
White with #AAD88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD88C; }
p { color: rgb(170,216,140); }
H1.HeaderClassName
{
color: #AAD88C;
}
.AnyTagClassName
{
color: #AAD88C;
}
</style>
background-color css
<style>
a { background-color: #AAD88C; }
a { background-color: rgb(170,216,140); }
div.DivClassName
{
background-color: #AAD88C;
}
.BgClassName
{
background-color: #AAD88C;
}
</style>
border-color css
<style>
span { border-color: #AAD88C; }
span { border-color: rgb(170,216,140); }
td.TdClassName
{
border-color: #AAD88C;
}
.TagClassName
{
border-color: #AAD88C;
}
</style>