Shades of Feijoa #AED991
Tints of Feijoa #AED991
RGB
CMYK
RGB Variations
Color information
#AED991 (or 0xAED991) is known color: Feijoa. HEX triplet: AE, D9 and 91. RGB value is (174,217,145). Sum of RGB (Red+Green+Blue) = 174+217+145=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #AED991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED991 is #51266E. Grayscale: #C4C4C4. Windows color (decimal): -5318255 or 9558446. OLE color: 9558446.
HSL color Cylindrical-coordinate representation of color #AED991: hue angle of 95.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AED991 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 145 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.15 |
| HSL | 95.83º | 0.49% | 0.71% | - |
| HSV(B) | 95.83º | 0.33% | 0.85% | - |
| XYZ | 47.38 | 60.67 | 36 | - |
| YUV | 195.94 | 99.25 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 145 | 0.20 | 0 | 0.33 | 0.15 | 95.83 | 0.49 | 0.71 |
| Hex | AE | D9 | 91 | 14 | 0 | 21 | F | 60 | 31 | 47 |
| Octal | 256 | 331 | 221 | 24 | 0 | 41 | 17 | 140 | 61 | 107 |
| Binary | 10101110 | 11011001 | 10010001 | 10100 | 0 | 100001 | 1111 | 1100000 | 110001 | 1000111 |
Color Harmonies of #AED991
Complementary color
Monochromatic Colors of #AED991
Black with #AED991
Text Example
Text Example
White with #AED991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED991; }
p { color: rgb(174,217,145); }
H1.HeaderClassName
{
color: #AED991;
}
.AnyTagClassName
{
color: #AED991;
}
</style>
background-color css
<style>
a { background-color: #AED991; }
a { background-color: rgb(174,217,145); }
div.DivClassName
{
background-color: #AED991;
}
.BgClassName
{
background-color: #AED991;
}
</style>
border-color css
<style>
span { border-color: #AED991; }
span { border-color: rgb(174,217,145); }
td.TdClassName
{
border-color: #AED991;
}
.TagClassName
{
border-color: #AED991;
}
</style>