Shades of Feijoa #AEDC96
Tints of Feijoa #AEDC96
RGB
CMYK
RGB Variations
Color information
#AEDC96 (or 0xAEDC96) is known color: Feijoa. HEX triplet: AE, DC and 96. RGB value is (174,220,150). Sum of RGB (Red+Green+Blue) = 174+220+150=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC96 is #512369. Grayscale: #C6C6C6. Windows color (decimal): -5317482 or 9886894. OLE color: 9886894.
HSL color Cylindrical-coordinate representation of color #AEDC96: hue angle of 99.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEDC96 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 150 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.14 |
| HSL | 99.43º | 0.5% | 0.73% | - |
| HSV(B) | 99.43º | 0.32% | 0.86% | - |
| XYZ | 48.55 | 62.39 | 38.34 | - |
| YUV | 198.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 150 | 0.21 | 0 | 0.32 | 0.14 | 99.43 | 0.5 | 0.73 |
| Hex | AE | DC | 96 | 15 | 0 | 20 | E | 63 | 32 | 49 |
| Octal | 256 | 334 | 226 | 25 | 0 | 40 | 16 | 143 | 62 | 111 |
| Binary | 10101110 | 11011100 | 10010110 | 10101 | 0 | 100000 | 1110 | 1100011 | 110010 | 1001001 |
Color Harmonies of #AEDC96
Complementary color
Monochromatic Colors of #AEDC96
Black with #AEDC96
Text Example
Text Example
White with #AEDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC96; }
p { color: rgb(174,220,150); }
H1.HeaderClassName
{
color: #AEDC96;
}
.AnyTagClassName
{
color: #AEDC96;
}
</style>
background-color css
<style>
a { background-color: #AEDC96; }
a { background-color: rgb(174,220,150); }
div.DivClassName
{
background-color: #AEDC96;
}
.BgClassName
{
background-color: #AEDC96;
}
</style>
border-color css
<style>
span { border-color: #AEDC96; }
span { border-color: rgb(174,220,150); }
td.TdClassName
{
border-color: #AEDC96;
}
.TagClassName
{
border-color: #AEDC96;
}
</style>