Shades of Feijoa #AED890
Tints of Feijoa #AED890
RGB
CMYK
RGB Variations
Color information
#AED890 (or 0xAED890) is known color: Feijoa. HEX triplet: AE, D8 and 90. RGB value is (174,216,144). Sum of RGB (Red+Green+Blue) = 174+216+144=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #AED890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED890 is #51276F. Grayscale: #C3C3C3. Windows color (decimal): -5318512 or 9492654. OLE color: 9492654.
HSL color Cylindrical-coordinate representation of color #AED890: hue angle of 95º degrees, saturation: 0.48, 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 #AED890 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 216 | 144 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.15 |
| HSL | 95º | 0.48% | 0.71% | - |
| HSV(B) | 95º | 0.33% | 0.85% | - |
| XYZ | 47.05 | 60.12 | 35.51 | - |
| YUV | 195.23 | 99.09 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 144 | 0.19 | 0 | 0.33 | 0.15 | 95 | 0.48 | 0.71 |
| Hex | AE | D8 | 90 | 13 | 0 | 21 | F | 5F | 30 | 47 |
| Octal | 256 | 330 | 220 | 23 | 0 | 41 | 17 | 137 | 60 | 107 |
| Binary | 10101110 | 11011000 | 10010000 | 10011 | 0 | 100001 | 1111 | 1011111 | 110000 | 1000111 |
Color Harmonies of #AED890
Complementary color
Monochromatic Colors of #AED890
Black with #AED890
Text Example
Text Example
White with #AED890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED890; }
p { color: rgb(174,216,144); }
H1.HeaderClassName
{
color: #AED890;
}
.AnyTagClassName
{
color: #AED890;
}
</style>
background-color css
<style>
a { background-color: #AED890; }
a { background-color: rgb(174,216,144); }
div.DivClassName
{
background-color: #AED890;
}
.BgClassName
{
background-color: #AED890;
}
</style>
border-color css
<style>
span { border-color: #AED890; }
span { border-color: rgb(174,216,144); }
td.TdClassName
{
border-color: #AED890;
}
.TagClassName
{
border-color: #AED890;
}
</style>