Shades of Feijoa #AAD38B
Tints of Feijoa #AAD38B
RGB
CMYK
RGB Variations
Color information
#AAD38B (or 0xAAD38B) is known color: Feijoa. HEX triplet: AA, D3 and 8B. RGB value is (170,211,139). Sum of RGB (Red+Green+Blue) = 170+211+139=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD38B is #552C74. Grayscale: #BEBEBE. Windows color (decimal): -5581941 or 9163690. OLE color: 9163690.
HSL color Cylindrical-coordinate representation of color #AAD38B: hue angle of 94.17º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAD38B is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 139 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.17 |
| HSL | 94.17º | 0.45% | 0.69% | - |
| HSV(B) | 94.17º | 0.34% | 0.83% | - |
| XYZ | 44.53 | 57 | 33.08 | - |
| YUV | 190.53 | 98.92 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 139 | 0.19 | 0 | 0.34 | 0.17 | 94.17 | 0.45 | 0.69 |
| Hex | AA | D3 | 8B | 13 | 0 | 22 | 11 | 5E | 2D | 45 |
| Octal | 252 | 323 | 213 | 23 | 0 | 42 | 21 | 136 | 55 | 105 |
| Binary | 10101010 | 11010011 | 10001011 | 10011 | 0 | 100010 | 10001 | 1011110 | 101101 | 1000101 |
Color Harmonies of #AAD38B
Complementary color
Monochromatic Colors of #AAD38B
Black with #AAD38B
Text Example
Text Example
White with #AAD38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD38B; }
p { color: rgb(170,211,139); }
H1.HeaderClassName
{
color: #AAD38B;
}
.AnyTagClassName
{
color: #AAD38B;
}
</style>
background-color css
<style>
a { background-color: #AAD38B; }
a { background-color: rgb(170,211,139); }
div.DivClassName
{
background-color: #AAD38B;
}
.BgClassName
{
background-color: #AAD38B;
}
</style>
border-color css
<style>
span { border-color: #AAD38B; }
span { border-color: rgb(170,211,139); }
td.TdClassName
{
border-color: #AAD38B;
}
.TagClassName
{
border-color: #AAD38B;
}
</style>