Shades of Feijoa #AAD47B
Tints of Feijoa #AAD47B
RGB
CMYK
RGB Variations
Color information
#AAD47B (or 0xAAD47B) is known color: Feijoa. HEX triplet: AA, D4 and 7B. RGB value is (170,212,123). Sum of RGB (Red+Green+Blue) = 170+212+123=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD47B is #552B84. Grayscale: #BDBDBD. Windows color (decimal): -5581701 or 8115370. OLE color: 8115370.
HSL color Cylindrical-coordinate representation of color #AAD47B: hue angle of 88.31º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAD47B is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 123 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.17 |
| HSL | 88.31º | 0.51% | 0.66% | - |
| HSV(B) | 88.31º | 0.42% | 0.83% | - |
| XYZ | 43.7 | 57.06 | 27.45 | - |
| YUV | 189.3 | 90.59 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 123 | 0.20 | 0 | 0.42 | 0.17 | 88.31 | 0.51 | 0.66 |
| Hex | AA | D4 | 7B | 14 | 0 | 2A | 11 | 58 | 33 | 42 |
| Octal | 252 | 324 | 173 | 24 | 0 | 52 | 21 | 130 | 63 | 102 |
| Binary | 10101010 | 11010100 | 1111011 | 10100 | 0 | 101010 | 10001 | 1011000 | 110011 | 1000010 |
Color Harmonies of #AAD47B
Complementary color
Monochromatic Colors of #AAD47B
Black with #AAD47B
Text Example
Text Example
White with #AAD47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD47B; }
p { color: rgb(170,212,123); }
H1.HeaderClassName
{
color: #AAD47B;
}
.AnyTagClassName
{
color: #AAD47B;
}
</style>
background-color css
<style>
a { background-color: #AAD47B; }
a { background-color: rgb(170,212,123); }
div.DivClassName
{
background-color: #AAD47B;
}
.BgClassName
{
background-color: #AAD47B;
}
</style>
border-color css
<style>
span { border-color: #AAD47B; }
span { border-color: rgb(170,212,123); }
td.TdClassName
{
border-color: #AAD47B;
}
.TagClassName
{
border-color: #AAD47B;
}
</style>