Shades of Feijoa #AAD983
Tints of Feijoa #AAD983
RGB
CMYK
RGB Variations
Color information
#AAD983 (or 0xAAD983) is known color: Feijoa. HEX triplet: AA, D9 and 83. RGB value is (170,217,131). Sum of RGB (Red+Green+Blue) = 170+217+131=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD983 is #55267C. Grayscale: #C1C1C1. Windows color (decimal): -5580413 or 8640938. OLE color: 8640938.
HSL color Cylindrical-coordinate representation of color #AAD983: hue angle of 92.79º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAD983 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 131 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.15 |
| HSL | 92.79º | 0.53% | 0.68% | - |
| HSV(B) | 92.79º | 0.4% | 0.85% | - |
| XYZ | 45.49 | 59.81 | 30.62 | - |
| YUV | 193.14 | 92.93 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 131 | 0.22 | 0 | 0.40 | 0.15 | 92.79 | 0.53 | 0.68 |
| Hex | AA | D9 | 83 | 16 | 0 | 28 | F | 5D | 35 | 44 |
| Octal | 252 | 331 | 203 | 26 | 0 | 50 | 17 | 135 | 65 | 104 |
| Binary | 10101010 | 11011001 | 10000011 | 10110 | 0 | 101000 | 1111 | 1011101 | 110101 | 1000100 |
Color Harmonies of #AAD983
Complementary color
Monochromatic Colors of #AAD983
Black with #AAD983
Text Example
Text Example
White with #AAD983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD983; }
p { color: rgb(170,217,131); }
H1.HeaderClassName
{
color: #AAD983;
}
.AnyTagClassName
{
color: #AAD983;
}
</style>
background-color css
<style>
a { background-color: #AAD983; }
a { background-color: rgb(170,217,131); }
div.DivClassName
{
background-color: #AAD983;
}
.BgClassName
{
background-color: #AAD983;
}
</style>
border-color css
<style>
span { border-color: #AAD983; }
span { border-color: rgb(170,217,131); }
td.TdClassName
{
border-color: #AAD983;
}
.TagClassName
{
border-color: #AAD983;
}
</style>