Shades of Feijoa #AEDA8A
Tints of Feijoa #AEDA8A
RGB
CMYK
RGB Variations
Color information
#AEDA8A (or 0xAEDA8A) is known color: Feijoa. HEX triplet: AE, DA and 8A. RGB value is (174,218,138). Sum of RGB (Red+Green+Blue) = 174+218+138=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA8A is #512575. Grayscale: #C4C4C4. Windows color (decimal): -5318006 or 9099950. OLE color: 9099950.
HSL color Cylindrical-coordinate representation of color #AEDA8A: hue angle of 93º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEDA8A is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 138 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.15 |
| HSL | 93º | 0.52% | 0.7% | - |
| HSV(B) | 93º | 0.37% | 0.85% | - |
| XYZ | 47.11 | 60.98 | 33.33 | - |
| YUV | 195.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 138 | 0.20 | 0 | 0.37 | 0.15 | 93 | 0.52 | 0.7 |
| Hex | AE | DA | 8A | 14 | 0 | 25 | F | 5D | 34 | 46 |
| Octal | 256 | 332 | 212 | 24 | 0 | 45 | 17 | 135 | 64 | 106 |
| Binary | 10101110 | 11011010 | 10001010 | 10100 | 0 | 100101 | 1111 | 1011101 | 110100 | 1000110 |
Color Harmonies of #AEDA8A
Complementary color
Monochromatic Colors of #AEDA8A
Black with #AEDA8A
Text Example
Text Example
White with #AEDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA8A; }
p { color: rgb(174,218,138); }
H1.HeaderClassName
{
color: #AEDA8A;
}
.AnyTagClassName
{
color: #AEDA8A;
}
</style>
background-color css
<style>
a { background-color: #AEDA8A; }
a { background-color: rgb(174,218,138); }
div.DivClassName
{
background-color: #AEDA8A;
}
.BgClassName
{
background-color: #AEDA8A;
}
</style>
border-color css
<style>
span { border-color: #AEDA8A; }
span { border-color: rgb(174,218,138); }
td.TdClassName
{
border-color: #AEDA8A;
}
.TagClassName
{
border-color: #AEDA8A;
}
</style>