Shades of Feijoa #AEDC8A
Tints of Feijoa #AEDC8A
RGB
CMYK
RGB Variations
Color information
#AEDC8A (or 0xAEDC8A) is known color: Feijoa. HEX triplet: AE, DC and 8A. RGB value is (174,220,138). Sum of RGB (Red+Green+Blue) = 174+220+138=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC8A is #512375. Grayscale: #C5C5C5. Windows color (decimal): -5317494 or 9100462. OLE color: 9100462.
HSL color Cylindrical-coordinate representation of color #AEDC8A: hue angle of 93.66º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEDC8A is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 138 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.14 |
| HSL | 93.66º | 0.54% | 0.7% | - |
| HSV(B) | 93.66º | 0.37% | 0.86% | - |
| XYZ | 47.64 | 62.02 | 33.51 | - |
| YUV | 196.9 | 94.76 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 138 | 0.21 | 0 | 0.37 | 0.14 | 93.66 | 0.54 | 0.7 |
| Hex | AE | DC | 8A | 15 | 0 | 25 | E | 5E | 36 | 46 |
| Octal | 256 | 334 | 212 | 25 | 0 | 45 | 16 | 136 | 66 | 106 |
| Binary | 10101110 | 11011100 | 10001010 | 10101 | 0 | 100101 | 1110 | 1011110 | 110110 | 1000110 |
Color Harmonies of #AEDC8A
Complementary color
Monochromatic Colors of #AEDC8A
Black with #AEDC8A
Text Example
Text Example
White with #AEDC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC8A; }
p { color: rgb(174,220,138); }
H1.HeaderClassName
{
color: #AEDC8A;
}
.AnyTagClassName
{
color: #AEDC8A;
}
</style>
background-color css
<style>
a { background-color: #AEDC8A; }
a { background-color: rgb(174,220,138); }
div.DivClassName
{
background-color: #AEDC8A;
}
.BgClassName
{
background-color: #AEDC8A;
}
</style>
border-color css
<style>
span { border-color: #AEDC8A; }
span { border-color: rgb(174,220,138); }
td.TdClassName
{
border-color: #AEDC8A;
}
.TagClassName
{
border-color: #AEDC8A;
}
</style>