Shades of Feijoa #AEDB73
Tints of Feijoa #AEDB73
RGB
CMYK
RGB Variations
Color information
#AEDB73 (or 0xAEDB73) is known color: Feijoa. HEX triplet: AE, DB and 73. RGB value is (174,219,115). Sum of RGB (Red+Green+Blue) = 174+219+115=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB73 is #51248C. Grayscale: #C2C2C2. Windows color (decimal): -5317773 or 7592878. OLE color: 7592878.
HSL color Cylindrical-coordinate representation of color #AEDB73: hue angle of 85.96º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AEDB73 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 115 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.14 |
| HSL | 85.96º | 0.59% | 0.65% | - |
| HSV(B) | 85.96º | 0.47% | 0.86% | - |
| XYZ | 45.88 | 60.9 | 25.56 | - |
| YUV | 193.69 | 83.59 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 115 | 0.21 | 0 | 0.47 | 0.14 | 85.96 | 0.59 | 0.65 |
| Hex | AE | DB | 73 | 15 | 0 | 2F | E | 56 | 3B | 41 |
| Octal | 256 | 333 | 163 | 25 | 0 | 57 | 16 | 126 | 73 | 101 |
| Binary | 10101110 | 11011011 | 1110011 | 10101 | 0 | 101111 | 1110 | 1010110 | 111011 | 1000001 |
Color Harmonies of #AEDB73
Complementary color
Monochromatic Colors of #AEDB73
Black with #AEDB73
Text Example
Text Example
White with #AEDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB73; }
p { color: rgb(174,219,115); }
H1.HeaderClassName
{
color: #AEDB73;
}
.AnyTagClassName
{
color: #AEDB73;
}
</style>
background-color css
<style>
a { background-color: #AEDB73; }
a { background-color: rgb(174,219,115); }
div.DivClassName
{
background-color: #AEDB73;
}
.BgClassName
{
background-color: #AEDB73;
}
</style>
border-color css
<style>
span { border-color: #AEDB73; }
span { border-color: rgb(174,219,115); }
td.TdClassName
{
border-color: #AEDB73;
}
.TagClassName
{
border-color: #AEDB73;
}
</style>