Shades of Feijoa #AAD883
Tints of Feijoa #AAD883
RGB
CMYK
RGB Variations
Color information
#AAD883 (or 0xAAD883) is known color: Feijoa. HEX triplet: AA, D8 and 83. RGB value is (170,216,131). Sum of RGB (Red+Green+Blue) = 170+216+131=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD883 is #55277C. Grayscale: #C0C0C0. Windows color (decimal): -5580669 or 8640682. OLE color: 8640682.
HSL color Cylindrical-coordinate representation of color #AAD883: hue angle of 92.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAD883 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 216 | 131 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.15 |
| HSL | 92.47º | 0.52% | 0.68% | - |
| HSV(B) | 92.47º | 0.39% | 0.85% | - |
| XYZ | 45.23 | 59.3 | 30.53 | - |
| YUV | 192.56 | 93.26 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 131 | 0.21 | 0 | 0.39 | 0.15 | 92.47 | 0.52 | 0.68 |
| Hex | AA | D8 | 83 | 15 | 0 | 27 | F | 5C | 34 | 44 |
| Octal | 252 | 330 | 203 | 25 | 0 | 47 | 17 | 134 | 64 | 104 |
| Binary | 10101010 | 11011000 | 10000011 | 10101 | 0 | 100111 | 1111 | 1011100 | 110100 | 1000100 |
Color Harmonies of #AAD883
Complementary color
Monochromatic Colors of #AAD883
Black with #AAD883
Text Example
Text Example
White with #AAD883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD883; }
p { color: rgb(170,216,131); }
H1.HeaderClassName
{
color: #AAD883;
}
.AnyTagClassName
{
color: #AAD883;
}
</style>
background-color css
<style>
a { background-color: #AAD883; }
a { background-color: rgb(170,216,131); }
div.DivClassName
{
background-color: #AAD883;
}
.BgClassName
{
background-color: #AAD883;
}
</style>
border-color css
<style>
span { border-color: #AAD883; }
span { border-color: rgb(170,216,131); }
td.TdClassName
{
border-color: #AAD883;
}
.TagClassName
{
border-color: #AAD883;
}
</style>