Shades of Feijoa #AEDA8C
Tints of Feijoa #AEDA8C
RGB
CMYK
RGB Variations
Color information
#AEDA8C (or 0xAEDA8C) is known color: Feijoa. HEX triplet: AE, DA and 8C. RGB value is (174,218,140). Sum of RGB (Red+Green+Blue) = 174+218+140=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA8C is #512573. Grayscale: #C4C4C4. Windows color (decimal): -5318004 or 9231022. OLE color: 9231022.
HSL color Cylindrical-coordinate representation of color #AEDA8C: hue angle of 93.85º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEDA8C is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 140 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.15 |
| HSL | 93.85º | 0.51% | 0.7% | - |
| HSV(B) | 93.85º | 0.36% | 0.85% | - |
| XYZ | 47.26 | 61.03 | 34.1 | - |
| YUV | 195.95 | 96.42 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 140 | 0.20 | 0 | 0.36 | 0.15 | 93.85 | 0.51 | 0.7 |
| Hex | AE | DA | 8C | 14 | 0 | 24 | F | 5E | 33 | 46 |
| Octal | 256 | 332 | 214 | 24 | 0 | 44 | 17 | 136 | 63 | 106 |
| Binary | 10101110 | 11011010 | 10001100 | 10100 | 0 | 100100 | 1111 | 1011110 | 110011 | 1000110 |
Color Harmonies of #AEDA8C
Complementary color
Monochromatic Colors of #AEDA8C
Black with #AEDA8C
Text Example
Text Example
White with #AEDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA8C; }
p { color: rgb(174,218,140); }
H1.HeaderClassName
{
color: #AEDA8C;
}
.AnyTagClassName
{
color: #AEDA8C;
}
</style>
background-color css
<style>
a { background-color: #AEDA8C; }
a { background-color: rgb(174,218,140); }
div.DivClassName
{
background-color: #AEDA8C;
}
.BgClassName
{
background-color: #AEDA8C;
}
</style>
border-color css
<style>
span { border-color: #AEDA8C; }
span { border-color: rgb(174,218,140); }
td.TdClassName
{
border-color: #AEDA8C;
}
.TagClassName
{
border-color: #AEDA8C;
}
</style>