Shades of Feijoa #AAD17D
Tints of Feijoa #AAD17D
RGB
CMYK
RGB Variations
Color information
#AAD17D (or 0xAAD17D) is known color: Feijoa. HEX triplet: AA, D1 and 7D. RGB value is (170,209,125). Sum of RGB (Red+Green+Blue) = 170+209+125=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD17D is #552E82. Grayscale: #BCBCBC. Windows color (decimal): -5582467 or 8245674. OLE color: 8245674.
HSL color Cylindrical-coordinate representation of color #AAD17D: hue angle of 87.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAD17D is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 125 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.18 |
| HSL | 87.86º | 0.48% | 0.65% | - |
| HSV(B) | 87.86º | 0.4% | 0.82% | - |
| XYZ | 43.08 | 55.63 | 27.87 | - |
| YUV | 187.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 125 | 0.19 | 0 | 0.40 | 0.18 | 87.86 | 0.48 | 0.65 |
| Hex | AA | D1 | 7D | 13 | 0 | 28 | 12 | 58 | 30 | 41 |
| Octal | 252 | 321 | 175 | 23 | 0 | 50 | 22 | 130 | 60 | 101 |
| Binary | 10101010 | 11010001 | 1111101 | 10011 | 0 | 101000 | 10010 | 1011000 | 110000 | 1000001 |
Color Harmonies of #AAD17D
Complementary color
Monochromatic Colors of #AAD17D
Black with #AAD17D
Text Example
Text Example
White with #AAD17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD17D; }
p { color: rgb(170,209,125); }
H1.HeaderClassName
{
color: #AAD17D;
}
.AnyTagClassName
{
color: #AAD17D;
}
</style>
background-color css
<style>
a { background-color: #AAD17D; }
a { background-color: rgb(170,209,125); }
div.DivClassName
{
background-color: #AAD17D;
}
.BgClassName
{
background-color: #AAD17D;
}
</style>
border-color css
<style>
span { border-color: #AAD17D; }
span { border-color: rgb(170,209,125); }
td.TdClassName
{
border-color: #AAD17D;
}
.TagClassName
{
border-color: #AAD17D;
}
</style>