Shades of Feijoa #AED577
Tints of Feijoa #AED577
RGB
CMYK
RGB Variations
Color information
#AED577 (or 0xAED577) is known color: Feijoa. HEX triplet: AE, D5 and 77. RGB value is (174,213,119). Sum of RGB (Red+Green+Blue) = 174+213+119=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #AED577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED577 is #512A88. Grayscale: #BEBEBE. Windows color (decimal): -5319305 or 7853486. OLE color: 7853486.
HSL color Cylindrical-coordinate representation of color #AED577: hue angle of 84.89º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AED577 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 119 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.16 |
| HSL | 84.89º | 0.53% | 0.65% | - |
| HSV(B) | 84.89º | 0.44% | 0.84% | - |
| XYZ | 44.58 | 57.92 | 26.28 | - |
| YUV | 190.62 | 87.58 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 119 | 0.18 | 0 | 0.44 | 0.16 | 84.89 | 0.53 | 0.65 |
| Hex | AE | D5 | 77 | 12 | 0 | 2C | 10 | 55 | 35 | 41 |
| Octal | 256 | 325 | 167 | 22 | 0 | 54 | 20 | 125 | 65 | 101 |
| Binary | 10101110 | 11010101 | 1110111 | 10010 | 0 | 101100 | 10000 | 1010101 | 110101 | 1000001 |
Color Harmonies of #AED577
Complementary color
Monochromatic Colors of #AED577
Black with #AED577
Text Example
Text Example
White with #AED577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED577; }
p { color: rgb(174,213,119); }
H1.HeaderClassName
{
color: #AED577;
}
.AnyTagClassName
{
color: #AED577;
}
</style>
background-color css
<style>
a { background-color: #AED577; }
a { background-color: rgb(174,213,119); }
div.DivClassName
{
background-color: #AED577;
}
.BgClassName
{
background-color: #AED577;
}
</style>
border-color css
<style>
span { border-color: #AED577; }
span { border-color: rgb(174,213,119); }
td.TdClassName
{
border-color: #AED577;
}
.TagClassName
{
border-color: #AED577;
}
</style>