Shades of Feijoa #AAD18C
Tints of Feijoa #AAD18C
RGB
CMYK
RGB Variations
Color information
#AAD18C (or 0xAAD18C) is known color: Feijoa. HEX triplet: AA, D1 and 8C. RGB value is (170,209,140). Sum of RGB (Red+Green+Blue) = 170+209+140=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD18C is #552E73. Grayscale: #BDBDBD. Windows color (decimal): -5582452 or 9228714. OLE color: 9228714.
HSL color Cylindrical-coordinate representation of color #AAD18C: hue angle of 93.91º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD18C is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 140 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.18 |
| HSL | 93.91º | 0.43% | 0.68% | - |
| HSV(B) | 93.91º | 0.33% | 0.82% | - |
| XYZ | 44.11 | 56.04 | 33.3 | - |
| YUV | 189.47 | 100.08 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 140 | 0.19 | 0 | 0.33 | 0.18 | 93.91 | 0.43 | 0.68 |
| Hex | AA | D1 | 8C | 13 | 0 | 21 | 12 | 5E | 2B | 44 |
| Octal | 252 | 321 | 214 | 23 | 0 | 41 | 22 | 136 | 53 | 104 |
| Binary | 10101010 | 11010001 | 10001100 | 10011 | 0 | 100001 | 10010 | 1011110 | 101011 | 1000100 |
Color Harmonies of #AAD18C
Complementary color
Monochromatic Colors of #AAD18C
Black with #AAD18C
Text Example
Text Example
White with #AAD18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD18C; }
p { color: rgb(170,209,140); }
H1.HeaderClassName
{
color: #AAD18C;
}
.AnyTagClassName
{
color: #AAD18C;
}
</style>
background-color css
<style>
a { background-color: #AAD18C; }
a { background-color: rgb(170,209,140); }
div.DivClassName
{
background-color: #AAD18C;
}
.BgClassName
{
background-color: #AAD18C;
}
</style>
border-color css
<style>
span { border-color: #AAD18C; }
span { border-color: rgb(170,209,140); }
td.TdClassName
{
border-color: #AAD18C;
}
.TagClassName
{
border-color: #AAD18C;
}
</style>