Shades of Feijoa #AEDC76
Tints of Feijoa #AEDC76
RGB
CMYK
RGB Variations
Color information
#AEDC76 (or 0xAEDC76) is known color: Feijoa. HEX triplet: AE, DC and 76. RGB value is (174,220,118). Sum of RGB (Red+Green+Blue) = 174+220+118=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC76 is #512389. Grayscale: #C2C2C2. Windows color (decimal): -5317514 or 7789742. OLE color: 7789742.
HSL color Cylindrical-coordinate representation of color #AEDC76: hue angle of 87.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEDC76 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 118 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.14 |
| HSL | 87.06º | 0.59% | 0.66% | - |
| HSV(B) | 87.06º | 0.46% | 0.86% | - |
| XYZ | 46.32 | 61.49 | 26.57 | - |
| YUV | 194.62 | 84.76 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 118 | 0.21 | 0 | 0.46 | 0.14 | 87.06 | 0.59 | 0.66 |
| Hex | AE | DC | 76 | 15 | 0 | 2E | E | 57 | 3B | 42 |
| Octal | 256 | 334 | 166 | 25 | 0 | 56 | 16 | 127 | 73 | 102 |
| Binary | 10101110 | 11011100 | 1110110 | 10101 | 0 | 101110 | 1110 | 1010111 | 111011 | 1000010 |
Color Harmonies of #AEDC76
Complementary color
Monochromatic Colors of #AEDC76
Black with #AEDC76
Text Example
Text Example
White with #AEDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC76; }
p { color: rgb(174,220,118); }
H1.HeaderClassName
{
color: #AEDC76;
}
.AnyTagClassName
{
color: #AEDC76;
}
</style>
background-color css
<style>
a { background-color: #AEDC76; }
a { background-color: rgb(174,220,118); }
div.DivClassName
{
background-color: #AEDC76;
}
.BgClassName
{
background-color: #AEDC76;
}
</style>
border-color css
<style>
span { border-color: #AEDC76; }
span { border-color: rgb(174,220,118); }
td.TdClassName
{
border-color: #AEDC76;
}
.TagClassName
{
border-color: #AEDC76;
}
</style>