Shades of Feijoa #AEDA84
Tints of Feijoa #AEDA84
RGB
CMYK
RGB Variations
Color information
#AEDA84 (or 0xAEDA84) is known color: Feijoa. HEX triplet: AE, DA and 84. RGB value is (174,218,132). Sum of RGB (Red+Green+Blue) = 174+218+132=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA84 is #51257B. Grayscale: #C3C3C3. Windows color (decimal): -5318012 or 8706734. OLE color: 8706734.
HSL color Cylindrical-coordinate representation of color #AEDA84: hue angle of 90.7º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEDA84 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 132 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.15 |
| HSL | 90.7º | 0.54% | 0.69% | - |
| HSV(B) | 90.7º | 0.39% | 0.85% | - |
| XYZ | 46.69 | 60.81 | 31.11 | - |
| YUV | 195.04 | 92.42 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 132 | 0.20 | 0 | 0.39 | 0.15 | 90.7 | 0.54 | 0.69 |
| Hex | AE | DA | 84 | 14 | 0 | 27 | F | 5B | 36 | 45 |
| Octal | 256 | 332 | 204 | 24 | 0 | 47 | 17 | 133 | 66 | 105 |
| Binary | 10101110 | 11011010 | 10000100 | 10100 | 0 | 100111 | 1111 | 1011011 | 110110 | 1000101 |
Color Harmonies of #AEDA84
Complementary color
Monochromatic Colors of #AEDA84
Black with #AEDA84
Text Example
Text Example
White with #AEDA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA84; }
p { color: rgb(174,218,132); }
H1.HeaderClassName
{
color: #AEDA84;
}
.AnyTagClassName
{
color: #AEDA84;
}
</style>
background-color css
<style>
a { background-color: #AEDA84; }
a { background-color: rgb(174,218,132); }
div.DivClassName
{
background-color: #AEDA84;
}
.BgClassName
{
background-color: #AEDA84;
}
</style>
border-color css
<style>
span { border-color: #AEDA84; }
span { border-color: rgb(174,218,132); }
td.TdClassName
{
border-color: #AEDA84;
}
.TagClassName
{
border-color: #AEDA84;
}
</style>