Shades of Feijoa #AEDF8D
Tints of Feijoa #AEDF8D
RGB
CMYK
RGB Variations
Color information
#AEDF8D (or 0xAEDF8D) is known color: Feijoa. HEX triplet: AE, DF and 8D. RGB value is (174,223,141). Sum of RGB (Red+Green+Blue) = 174+223+141=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDF8D is #512072. Grayscale: #C7C7C7. Windows color (decimal): -5316723 or 9297838. OLE color: 9297838.
HSL color Cylindrical-coordinate representation of color #AEDF8D: hue angle of 95.85º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEDF8D is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 141 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.13 |
| HSL | 95.85º | 0.56% | 0.71% | - |
| HSV(B) | 95.85º | 0.37% | 0.87% | - |
| XYZ | 48.65 | 63.7 | 34.93 | - |
| YUV | 199 | 95.27 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 141 | 0.22 | 0 | 0.37 | 0.13 | 95.85 | 0.56 | 0.71 |
| Hex | AE | DF | 8D | 16 | 0 | 25 | D | 60 | 38 | 47 |
| Octal | 256 | 337 | 215 | 26 | 0 | 45 | 15 | 140 | 70 | 107 |
| Binary | 10101110 | 11011111 | 10001101 | 10110 | 0 | 100101 | 1101 | 1100000 | 111000 | 1000111 |
Color Harmonies of #AEDF8D
Complementary color
Monochromatic Colors of #AEDF8D
Black with #AEDF8D
Text Example
Text Example
White with #AEDF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF8D; }
p { color: rgb(174,223,141); }
H1.HeaderClassName
{
color: #AEDF8D;
}
.AnyTagClassName
{
color: #AEDF8D;
}
</style>
background-color css
<style>
a { background-color: #AEDF8D; }
a { background-color: rgb(174,223,141); }
div.DivClassName
{
background-color: #AEDF8D;
}
.BgClassName
{
background-color: #AEDF8D;
}
</style>
border-color css
<style>
span { border-color: #AEDF8D; }
span { border-color: rgb(174,223,141); }
td.TdClassName
{
border-color: #AEDF8D;
}
.TagClassName
{
border-color: #AEDF8D;
}
</style>