Shades of Feijoa #AAD17B
Tints of Feijoa #AAD17B
RGB
CMYK
RGB Variations
Color information
#AAD17B (or 0xAAD17B) is known color: Feijoa. HEX triplet: AA, D1 and 7B. RGB value is (170,209,123). Sum of RGB (Red+Green+Blue) = 170+209+123=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD17B is #552E84. Grayscale: #BBBBBB. Windows color (decimal): -5582469 or 8114602. OLE color: 8114602.
HSL color Cylindrical-coordinate representation of color #AAD17B: hue angle of 87.21º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAD17B is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 123 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.18 |
| HSL | 87.21º | 0.48% | 0.65% | - |
| HSV(B) | 87.21º | 0.41% | 0.82% | - |
| XYZ | 42.95 | 55.58 | 27.2 | - |
| YUV | 187.54 | 91.58 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 123 | 0.19 | 0 | 0.41 | 0.18 | 87.21 | 0.48 | 0.65 |
| Hex | AA | D1 | 7B | 13 | 0 | 29 | 12 | 57 | 30 | 41 |
| Octal | 252 | 321 | 173 | 23 | 0 | 51 | 22 | 127 | 60 | 101 |
| Binary | 10101010 | 11010001 | 1111011 | 10011 | 0 | 101001 | 10010 | 1010111 | 110000 | 1000001 |
Color Harmonies of #AAD17B
Complementary color
Monochromatic Colors of #AAD17B
Black with #AAD17B
Text Example
Text Example
White with #AAD17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD17B; }
p { color: rgb(170,209,123); }
H1.HeaderClassName
{
color: #AAD17B;
}
.AnyTagClassName
{
color: #AAD17B;
}
</style>
background-color css
<style>
a { background-color: #AAD17B; }
a { background-color: rgb(170,209,123); }
div.DivClassName
{
background-color: #AAD17B;
}
.BgClassName
{
background-color: #AAD17B;
}
</style>
border-color css
<style>
span { border-color: #AAD17B; }
span { border-color: rgb(170,209,123); }
td.TdClassName
{
border-color: #AAD17B;
}
.TagClassName
{
border-color: #AAD17B;
}
</style>