Shades of Feijoa #AED579
Tints of Feijoa #AED579
RGB
CMYK
RGB Variations
Color information
#AED579 (or 0xAED579) is known color: Feijoa. HEX triplet: AE, D5 and 79. RGB value is (174,213,121). Sum of RGB (Red+Green+Blue) = 174+213+121=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #AED579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED579 is #512A86. Grayscale: #BFBFBF. Windows color (decimal): -5319303 or 7984558. OLE color: 7984558.
HSL color Cylindrical-coordinate representation of color #AED579: hue angle of 85.43º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AED579 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 121 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.16 |
| HSL | 85.43º | 0.52% | 0.65% | - |
| HSV(B) | 85.43º | 0.43% | 0.84% | - |
| XYZ | 44.7 | 57.97 | 26.92 | - |
| YUV | 190.85 | 88.58 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 121 | 0.18 | 0 | 0.43 | 0.16 | 85.43 | 0.52 | 0.65 |
| Hex | AE | D5 | 79 | 12 | 0 | 2B | 10 | 55 | 34 | 41 |
| Octal | 256 | 325 | 171 | 22 | 0 | 53 | 20 | 125 | 64 | 101 |
| Binary | 10101110 | 11010101 | 1111001 | 10010 | 0 | 101011 | 10000 | 1010101 | 110100 | 1000001 |
Color Harmonies of #AED579
Complementary color
Monochromatic Colors of #AED579
Black with #AED579
Text Example
Text Example
White with #AED579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED579; }
p { color: rgb(174,213,121); }
H1.HeaderClassName
{
color: #AED579;
}
.AnyTagClassName
{
color: #AED579;
}
</style>
background-color css
<style>
a { background-color: #AED579; }
a { background-color: rgb(174,213,121); }
div.DivClassName
{
background-color: #AED579;
}
.BgClassName
{
background-color: #AED579;
}
</style>
border-color css
<style>
span { border-color: #AED579; }
span { border-color: rgb(174,213,121); }
td.TdClassName
{
border-color: #AED579;
}
.TagClassName
{
border-color: #AED579;
}
</style>