Shades of Feijoa #AAD28B
Tints of Feijoa #AAD28B
RGB
CMYK
RGB Variations
Color information
#AAD28B (or 0xAAD28B) is known color: Feijoa. HEX triplet: AA, D2 and 8B. RGB value is (170,210,139). Sum of RGB (Red+Green+Blue) = 170+210+139=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD28B is #552D74. Grayscale: #BEBEBE. Windows color (decimal): -5582197 or 9163434. OLE color: 9163434.
HSL color Cylindrical-coordinate representation of color #AAD28B: hue angle of 93.8º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAD28B is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 139 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.18 |
| HSL | 93.8º | 0.44% | 0.68% | - |
| HSV(B) | 93.8º | 0.34% | 0.82% | - |
| XYZ | 44.28 | 56.5 | 33 | - |
| YUV | 189.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 139 | 0.19 | 0 | 0.34 | 0.18 | 93.8 | 0.44 | 0.68 |
| Hex | AA | D2 | 8B | 13 | 0 | 22 | 12 | 5E | 2C | 44 |
| Octal | 252 | 322 | 213 | 23 | 0 | 42 | 22 | 136 | 54 | 104 |
| Binary | 10101010 | 11010010 | 10001011 | 10011 | 0 | 100010 | 10010 | 1011110 | 101100 | 1000100 |
Color Harmonies of #AAD28B
Complementary color
Monochromatic Colors of #AAD28B
Black with #AAD28B
Text Example
Text Example
White with #AAD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD28B; }
p { color: rgb(170,210,139); }
H1.HeaderClassName
{
color: #AAD28B;
}
.AnyTagClassName
{
color: #AAD28B;
}
</style>
background-color css
<style>
a { background-color: #AAD28B; }
a { background-color: rgb(170,210,139); }
div.DivClassName
{
background-color: #AAD28B;
}
.BgClassName
{
background-color: #AAD28B;
}
</style>
border-color css
<style>
span { border-color: #AAD28B; }
span { border-color: rgb(170,210,139); }
td.TdClassName
{
border-color: #AAD28B;
}
.TagClassName
{
border-color: #AAD28B;
}
</style>