Shades of Feijoa #AEDD8C
Tints of Feijoa #AEDD8C
RGB
CMYK
RGB Variations
Color information
#AEDD8C (or 0xAEDD8C) is known color: Feijoa. HEX triplet: AE, DD and 8C. RGB value is (174,221,140). Sum of RGB (Red+Green+Blue) = 174+221+140=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD8C is #512273. Grayscale: #C5C5C5. Windows color (decimal): -5317236 or 9231790. OLE color: 9231790.
HSL color Cylindrical-coordinate representation of color #AEDD8C: hue angle of 94.81º degrees, saturation: 0.54, 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 #AEDD8C is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 140 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.13 |
| HSL | 94.81º | 0.54% | 0.71% | - |
| HSV(B) | 94.81º | 0.37% | 0.87% | - |
| XYZ | 48.05 | 62.61 | 34.36 | - |
| YUV | 197.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 140 | 0.21 | 0 | 0.37 | 0.13 | 94.81 | 0.54 | 0.71 |
| Hex | AE | DD | 8C | 15 | 0 | 25 | D | 5F | 36 | 47 |
| Octal | 256 | 335 | 214 | 25 | 0 | 45 | 15 | 137 | 66 | 107 |
| Binary | 10101110 | 11011101 | 10001100 | 10101 | 0 | 100101 | 1101 | 1011111 | 110110 | 1000111 |
Color Harmonies of #AEDD8C
Complementary color
Monochromatic Colors of #AEDD8C
Black with #AEDD8C
Text Example
Text Example
White with #AEDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD8C; }
p { color: rgb(174,221,140); }
H1.HeaderClassName
{
color: #AEDD8C;
}
.AnyTagClassName
{
color: #AEDD8C;
}
</style>
background-color css
<style>
a { background-color: #AEDD8C; }
a { background-color: rgb(174,221,140); }
div.DivClassName
{
background-color: #AEDD8C;
}
.BgClassName
{
background-color: #AEDD8C;
}
</style>
border-color css
<style>
span { border-color: #AEDD8C; }
span { border-color: rgb(174,221,140); }
td.TdClassName
{
border-color: #AEDD8C;
}
.TagClassName
{
border-color: #AEDD8C;
}
</style>