Shades of Feijoa #AED489
Tints of Feijoa #AED489
RGB
CMYK
RGB Variations
Color information
#AED489 (or 0xAED489) is known color: Feijoa. HEX triplet: AE, D4 and 89. RGB value is (174,212,137). Sum of RGB (Red+Green+Blue) = 174+212+137=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #AED489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED489 is #512B76. Grayscale: #C0C0C0. Windows color (decimal): -5319543 or 9032878. OLE color: 9032878.
HSL color Cylindrical-coordinate representation of color #AED489: hue angle of 90.4º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AED489 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 137 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.17 |
| HSL | 90.4º | 0.47% | 0.68% | - |
| HSV(B) | 90.4º | 0.35% | 0.83% | - |
| XYZ | 45.51 | 57.89 | 32.44 | - |
| YUV | 192.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 137 | 0.18 | 0 | 0.35 | 0.17 | 90.4 | 0.47 | 0.68 |
| Hex | AE | D4 | 89 | 12 | 0 | 23 | 11 | 5A | 2F | 44 |
| Octal | 256 | 324 | 211 | 22 | 0 | 43 | 21 | 132 | 57 | 104 |
| Binary | 10101110 | 11010100 | 10001001 | 10010 | 0 | 100011 | 10001 | 1011010 | 101111 | 1000100 |
Color Harmonies of #AED489
Complementary color
Monochromatic Colors of #AED489
Black with #AED489
Text Example
Text Example
White with #AED489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED489; }
p { color: rgb(174,212,137); }
H1.HeaderClassName
{
color: #AED489;
}
.AnyTagClassName
{
color: #AED489;
}
</style>
background-color css
<style>
a { background-color: #AED489; }
a { background-color: rgb(174,212,137); }
div.DivClassName
{
background-color: #AED489;
}
.BgClassName
{
background-color: #AED489;
}
</style>
border-color css
<style>
span { border-color: #AED489; }
span { border-color: rgb(174,212,137); }
td.TdClassName
{
border-color: #AED489;
}
.TagClassName
{
border-color: #AED489;
}
</style>