Shades of Feijoa #AEDA7C
Tints of Feijoa #AEDA7C
RGB
CMYK
RGB Variations
Color information
#AEDA7C (or 0xAEDA7C) is known color: Feijoa. HEX triplet: AE, DA and 7C. RGB value is (174,218,124). Sum of RGB (Red+Green+Blue) = 174+218+124=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA7C is #512583. Grayscale: #C2C2C2. Windows color (decimal): -5318020 or 8182446. OLE color: 8182446.
HSL color Cylindrical-coordinate representation of color #AEDA7C: hue angle of 88.09º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEDA7C is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 124 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.15 |
| HSL | 88.09º | 0.56% | 0.67% | - |
| HSV(B) | 88.09º | 0.43% | 0.85% | - |
| XYZ | 46.17 | 60.6 | 28.33 | - |
| YUV | 194.13 | 88.42 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 124 | 0.20 | 0 | 0.43 | 0.15 | 88.09 | 0.56 | 0.67 |
| Hex | AE | DA | 7C | 14 | 0 | 2B | F | 58 | 38 | 43 |
| Octal | 256 | 332 | 174 | 24 | 0 | 53 | 17 | 130 | 70 | 103 |
| Binary | 10101110 | 11011010 | 1111100 | 10100 | 0 | 101011 | 1111 | 1011000 | 111000 | 1000011 |
Color Harmonies of #AEDA7C
Complementary color
Monochromatic Colors of #AEDA7C
Black with #AEDA7C
Text Example
Text Example
White with #AEDA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA7C; }
p { color: rgb(174,218,124); }
H1.HeaderClassName
{
color: #AEDA7C;
}
.AnyTagClassName
{
color: #AEDA7C;
}
</style>
background-color css
<style>
a { background-color: #AEDA7C; }
a { background-color: rgb(174,218,124); }
div.DivClassName
{
background-color: #AEDA7C;
}
.BgClassName
{
background-color: #AEDA7C;
}
</style>
border-color css
<style>
span { border-color: #AEDA7C; }
span { border-color: rgb(174,218,124); }
td.TdClassName
{
border-color: #AEDA7C;
}
.TagClassName
{
border-color: #AEDA7C;
}
</style>