Shades of Feijoa #AEDE77
Tints of Feijoa #AEDE77
RGB
CMYK
RGB Variations
Color information
#AEDE77 (or 0xAEDE77) is known color: Feijoa. HEX triplet: AE, DE and 77. RGB value is (174,222,119). Sum of RGB (Red+Green+Blue) = 174+222+119=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE77 is #512188. Grayscale: #C4C4C4. Windows color (decimal): -5317001 or 7855790. OLE color: 7855790.
HSL color Cylindrical-coordinate representation of color #AEDE77: hue angle of 87.96º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEDE77 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 119 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.13 |
| HSL | 87.96º | 0.61% | 0.67% | - |
| HSV(B) | 87.96º | 0.46% | 0.87% | - |
| XYZ | 46.91 | 62.57 | 27.06 | - |
| YUV | 195.91 | 84.6 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 119 | 0.22 | 0 | 0.46 | 0.13 | 87.96 | 0.61 | 0.67 |
| Hex | AE | DE | 77 | 16 | 0 | 2E | D | 58 | 3D | 43 |
| Octal | 256 | 336 | 167 | 26 | 0 | 56 | 15 | 130 | 75 | 103 |
| Binary | 10101110 | 11011110 | 1110111 | 10110 | 0 | 101110 | 1101 | 1011000 | 111101 | 1000011 |
Color Harmonies of #AEDE77
Complementary color
Monochromatic Colors of #AEDE77
Black with #AEDE77
Text Example
Text Example
White with #AEDE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDE77; }
p { color: rgb(174,222,119); }
H1.HeaderClassName
{
color: #AEDE77;
}
.AnyTagClassName
{
color: #AEDE77;
}
</style>
background-color css
<style>
a { background-color: #AEDE77; }
a { background-color: rgb(174,222,119); }
div.DivClassName
{
background-color: #AEDE77;
}
.BgClassName
{
background-color: #AEDE77;
}
</style>
border-color css
<style>
span { border-color: #AEDE77; }
span { border-color: rgb(174,222,119); }
td.TdClassName
{
border-color: #AEDE77;
}
.TagClassName
{
border-color: #AEDE77;
}
</style>