Shades of Feijoa #AAD285
Tints of Feijoa #AAD285
RGB
CMYK
RGB Variations
Color information
#AAD285 (or 0xAAD285) is known color: Feijoa. HEX triplet: AA, D2 and 85. RGB value is (170,210,133). Sum of RGB (Red+Green+Blue) = 170+210+133=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD285 is #552D7A. Grayscale: #BDBDBD. Windows color (decimal): -5582203 or 8770218. OLE color: 8770218.
HSL color Cylindrical-coordinate representation of color #AAD285: hue angle of 91.17º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAD285 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 133 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.18 |
| HSL | 91.17º | 0.46% | 0.67% | - |
| HSV(B) | 91.17º | 0.37% | 0.82% | - |
| XYZ | 43.86 | 56.33 | 30.75 | - |
| YUV | 189.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 133 | 0.19 | 0 | 0.37 | 0.18 | 91.17 | 0.46 | 0.67 |
| Hex | AA | D2 | 85 | 13 | 0 | 25 | 12 | 5B | 2E | 43 |
| Octal | 252 | 322 | 205 | 23 | 0 | 45 | 22 | 133 | 56 | 103 |
| Binary | 10101010 | 11010010 | 10000101 | 10011 | 0 | 100101 | 10010 | 1011011 | 101110 | 1000011 |
Color Harmonies of #AAD285
Complementary color
Monochromatic Colors of #AAD285
Black with #AAD285
Text Example
Text Example
White with #AAD285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD285; }
p { color: rgb(170,210,133); }
H1.HeaderClassName
{
color: #AAD285;
}
.AnyTagClassName
{
color: #AAD285;
}
</style>
background-color css
<style>
a { background-color: #AAD285; }
a { background-color: rgb(170,210,133); }
div.DivClassName
{
background-color: #AAD285;
}
.BgClassName
{
background-color: #AAD285;
}
</style>
border-color css
<style>
span { border-color: #AAD285; }
span { border-color: rgb(170,210,133); }
td.TdClassName
{
border-color: #AAD285;
}
.TagClassName
{
border-color: #AAD285;
}
</style>