Shades of Feijoa #AEDF89
Tints of Feijoa #AEDF89
RGB
CMYK
RGB Variations
Color information
#AEDF89 (or 0xAEDF89) is known color: Feijoa. HEX triplet: AE, DF and 89. RGB value is (174,223,137). Sum of RGB (Red+Green+Blue) = 174+223+137=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDF89 is #512076. Grayscale: #C6C6C6. Windows color (decimal): -5316727 or 9035694. OLE color: 9035694.
HSL color Cylindrical-coordinate representation of color #AEDF89: hue angle of 94.19º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEDF89 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 137 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.13 |
| HSL | 94.19º | 0.57% | 0.71% | - |
| HSV(B) | 94.19º | 0.39% | 0.87% | - |
| XYZ | 48.36 | 63.58 | 33.39 | - |
| YUV | 198.55 | 93.27 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 137 | 0.22 | 0 | 0.39 | 0.13 | 94.19 | 0.57 | 0.71 |
| Hex | AE | DF | 89 | 16 | 0 | 27 | D | 5E | 39 | 47 |
| Octal | 256 | 337 | 211 | 26 | 0 | 47 | 15 | 136 | 71 | 107 |
| Binary | 10101110 | 11011111 | 10001001 | 10110 | 0 | 100111 | 1101 | 1011110 | 111001 | 1000111 |
Color Harmonies of #AEDF89
Complementary color
Monochromatic Colors of #AEDF89
Black with #AEDF89
Text Example
Text Example
White with #AEDF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF89; }
p { color: rgb(174,223,137); }
H1.HeaderClassName
{
color: #AEDF89;
}
.AnyTagClassName
{
color: #AEDF89;
}
</style>
background-color css
<style>
a { background-color: #AEDF89; }
a { background-color: rgb(174,223,137); }
div.DivClassName
{
background-color: #AEDF89;
}
.BgClassName
{
background-color: #AEDF89;
}
</style>
border-color css
<style>
span { border-color: #AEDF89; }
span { border-color: rgb(174,223,137); }
td.TdClassName
{
border-color: #AEDF89;
}
.TagClassName
{
border-color: #AEDF89;
}
</style>