Shades of Feijoa #AEDB74
Tints of Feijoa #AEDB74
RGB
CMYK
RGB Variations
Color information
#AEDB74 (or 0xAEDB74) is known color: Feijoa. HEX triplet: AE, DB and 74. RGB value is (174,219,116). Sum of RGB (Red+Green+Blue) = 174+219+116=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB74 is #51248B. Grayscale: #C2C2C2. Windows color (decimal): -5317772 or 7658414. OLE color: 7658414.
HSL color Cylindrical-coordinate representation of color #AEDB74: hue angle of 86.21º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AEDB74 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 116 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.14 |
| HSL | 86.21º | 0.59% | 0.66% | - |
| HSV(B) | 86.21º | 0.47% | 0.86% | - |
| XYZ | 45.94 | 60.92 | 25.86 | - |
| YUV | 193.8 | 84.09 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 116 | 0.21 | 0 | 0.47 | 0.14 | 86.21 | 0.59 | 0.66 |
| Hex | AE | DB | 74 | 15 | 0 | 2F | E | 56 | 3B | 42 |
| Octal | 256 | 333 | 164 | 25 | 0 | 57 | 16 | 126 | 73 | 102 |
| Binary | 10101110 | 11011011 | 1110100 | 10101 | 0 | 101111 | 1110 | 1010110 | 111011 | 1000010 |
Color Harmonies of #AEDB74
Complementary color
Monochromatic Colors of #AEDB74
Black with #AEDB74
Text Example
Text Example
White with #AEDB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB74; }
p { color: rgb(174,219,116); }
H1.HeaderClassName
{
color: #AEDB74;
}
.AnyTagClassName
{
color: #AEDB74;
}
</style>
background-color css
<style>
a { background-color: #AEDB74; }
a { background-color: rgb(174,219,116); }
div.DivClassName
{
background-color: #AEDB74;
}
.BgClassName
{
background-color: #AEDB74;
}
</style>
border-color css
<style>
span { border-color: #AEDB74; }
span { border-color: rgb(174,219,116); }
td.TdClassName
{
border-color: #AEDB74;
}
.TagClassName
{
border-color: #AEDB74;
}
</style>