Shades of Feijoa #AEDC73
Tints of Feijoa #AEDC73
RGB
CMYK
RGB Variations
Color information
#AEDC73 (or 0xAEDC73) is known color: Feijoa. HEX triplet: AE, DC and 73. RGB value is (174,220,115). Sum of RGB (Red+Green+Blue) = 174+220+115=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDC73 is #51238C. Grayscale: #C2C2C2. Windows color (decimal): -5317517 or 7593134. OLE color: 7593134.
HSL color Cylindrical-coordinate representation of color #AEDC73: hue angle of 86.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEDC73 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 115 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.14 |
| HSL | 86.29º | 0.6% | 0.66% | - |
| HSV(B) | 86.29º | 0.48% | 0.86% | - |
| XYZ | 46.14 | 61.42 | 25.64 | - |
| YUV | 194.28 | 83.26 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 115 | 0.21 | 0 | 0.48 | 0.14 | 86.29 | 0.6 | 0.66 |
| Hex | AE | DC | 73 | 15 | 0 | 30 | E | 56 | 3C | 42 |
| Octal | 256 | 334 | 163 | 25 | 0 | 60 | 16 | 126 | 74 | 102 |
| Binary | 10101110 | 11011100 | 1110011 | 10101 | 0 | 110000 | 1110 | 1010110 | 111100 | 1000010 |
Color Harmonies of #AEDC73
Complementary color
Monochromatic Colors of #AEDC73
Black with #AEDC73
Text Example
Text Example
White with #AEDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC73; }
p { color: rgb(174,220,115); }
H1.HeaderClassName
{
color: #AEDC73;
}
.AnyTagClassName
{
color: #AEDC73;
}
</style>
background-color css
<style>
a { background-color: #AEDC73; }
a { background-color: rgb(174,220,115); }
div.DivClassName
{
background-color: #AEDC73;
}
.BgClassName
{
background-color: #AEDC73;
}
</style>
border-color css
<style>
span { border-color: #AEDC73; }
span { border-color: rgb(174,220,115); }
td.TdClassName
{
border-color: #AEDC73;
}
.TagClassName
{
border-color: #AEDC73;
}
</style>