Shades of Feijoa #AED574
Tints of Feijoa #AED574
RGB
CMYK
RGB Variations
Color information
#AED574 (or 0xAED574) is known color: Feijoa. HEX triplet: AE, D5 and 74. RGB value is (174,213,116). Sum of RGB (Red+Green+Blue) = 174+213+116=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #AED574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED574 is #512A8B. Grayscale: #BEBEBE. Windows color (decimal): -5319308 or 7656878. OLE color: 7656878.
HSL color Cylindrical-coordinate representation of color #AED574: hue angle of 84.12º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AED574 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 116 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.16 |
| HSL | 84.12º | 0.54% | 0.65% | - |
| HSV(B) | 84.12º | 0.46% | 0.84% | - |
| XYZ | 44.4 | 57.85 | 25.35 | - |
| YUV | 190.28 | 86.08 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 116 | 0.18 | 0 | 0.46 | 0.16 | 84.12 | 0.54 | 0.65 |
| Hex | AE | D5 | 74 | 12 | 0 | 2E | 10 | 54 | 36 | 41 |
| Octal | 256 | 325 | 164 | 22 | 0 | 56 | 20 | 124 | 66 | 101 |
| Binary | 10101110 | 11010101 | 1110100 | 10010 | 0 | 101110 | 10000 | 1010100 | 110110 | 1000001 |
Color Harmonies of #AED574
Complementary color
Monochromatic Colors of #AED574
Black with #AED574
Text Example
Text Example
White with #AED574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED574; }
p { color: rgb(174,213,116); }
H1.HeaderClassName
{
color: #AED574;
}
.AnyTagClassName
{
color: #AED574;
}
</style>
background-color css
<style>
a { background-color: #AED574; }
a { background-color: rgb(174,213,116); }
div.DivClassName
{
background-color: #AED574;
}
.BgClassName
{
background-color: #AED574;
}
</style>
border-color css
<style>
span { border-color: #AED574; }
span { border-color: rgb(174,213,116); }
td.TdClassName
{
border-color: #AED574;
}
.TagClassName
{
border-color: #AED574;
}
</style>