Shades of Feijoa #AAD382
Tints of Feijoa #AAD382
RGB
CMYK
RGB Variations
Color information
#AAD382 (or 0xAAD382) is known color: Feijoa. HEX triplet: AA, D3 and 82. RGB value is (170,211,130). Sum of RGB (Red+Green+Blue) = 170+211+130=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD382 is #552C7D. Grayscale: #BDBDBD. Windows color (decimal): -5581950 or 8573866. OLE color: 8573866.
HSL color Cylindrical-coordinate representation of color #AAD382: hue angle of 90.37º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAD382 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 130 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.17 |
| HSL | 90.37º | 0.48% | 0.67% | - |
| HSV(B) | 90.37º | 0.38% | 0.83% | - |
| XYZ | 43.9 | 56.75 | 29.76 | - |
| YUV | 189.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 130 | 0.19 | 0 | 0.38 | 0.17 | 90.37 | 0.48 | 0.67 |
| Hex | AA | D3 | 82 | 13 | 0 | 26 | 11 | 5A | 30 | 43 |
| Octal | 252 | 323 | 202 | 23 | 0 | 46 | 21 | 132 | 60 | 103 |
| Binary | 10101010 | 11010011 | 10000010 | 10011 | 0 | 100110 | 10001 | 1011010 | 110000 | 1000011 |
Color Harmonies of #AAD382
Complementary color
Monochromatic Colors of #AAD382
Black with #AAD382
Text Example
Text Example
White with #AAD382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD382; }
p { color: rgb(170,211,130); }
H1.HeaderClassName
{
color: #AAD382;
}
.AnyTagClassName
{
color: #AAD382;
}
</style>
background-color css
<style>
a { background-color: #AAD382; }
a { background-color: rgb(170,211,130); }
div.DivClassName
{
background-color: #AAD382;
}
.BgClassName
{
background-color: #AAD382;
}
</style>
border-color css
<style>
span { border-color: #AAD382; }
span { border-color: rgb(170,211,130); }
td.TdClassName
{
border-color: #AAD382;
}
.TagClassName
{
border-color: #AAD382;
}
</style>