Shades of Feijoa #AEDC94
Tints of Feijoa #AEDC94
RGB
CMYK
RGB Variations
Color information
#AEDC94 (or 0xAEDC94) is known color: Feijoa. HEX triplet: AE, DC and 94. RGB value is (174,220,148). Sum of RGB (Red+Green+Blue) = 174+220+148=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC94 is #51236B. Grayscale: #C6C6C6. Windows color (decimal): -5317484 or 9755822. OLE color: 9755822.
HSL color Cylindrical-coordinate representation of color #AEDC94: hue angle of 98.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEDC94 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 148 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.14 |
| HSL | 98.33º | 0.51% | 0.72% | - |
| HSV(B) | 98.33º | 0.33% | 0.86% | - |
| XYZ | 48.39 | 62.32 | 37.5 | - |
| YUV | 198.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 148 | 0.21 | 0 | 0.33 | 0.14 | 98.33 | 0.51 | 0.72 |
| Hex | AE | DC | 94 | 15 | 0 | 21 | E | 62 | 33 | 48 |
| Octal | 256 | 334 | 224 | 25 | 0 | 41 | 16 | 142 | 63 | 110 |
| Binary | 10101110 | 11011100 | 10010100 | 10101 | 0 | 100001 | 1110 | 1100010 | 110011 | 1001000 |
Color Harmonies of #AEDC94
Complementary color
Monochromatic Colors of #AEDC94
Black with #AEDC94
Text Example
Text Example
White with #AEDC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC94; }
p { color: rgb(174,220,148); }
H1.HeaderClassName
{
color: #AEDC94;
}
.AnyTagClassName
{
color: #AEDC94;
}
</style>
background-color css
<style>
a { background-color: #AEDC94; }
a { background-color: rgb(174,220,148); }
div.DivClassName
{
background-color: #AEDC94;
}
.BgClassName
{
background-color: #AEDC94;
}
</style>
border-color css
<style>
span { border-color: #AEDC94; }
span { border-color: rgb(174,220,148); }
td.TdClassName
{
border-color: #AEDC94;
}
.TagClassName
{
border-color: #AEDC94;
}
</style>