Shades of Feijoa #AEDB84
Tints of Feijoa #AEDB84
RGB
CMYK
RGB Variations
Color information
#AEDB84 (or 0xAEDB84) is known color: Feijoa. HEX triplet: AE, DB and 84. RGB value is (174,219,132). Sum of RGB (Red+Green+Blue) = 174+219+132=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB84 is #51247B. Grayscale: #C3C3C3. Windows color (decimal): -5317756 or 8706990. OLE color: 8706990.
HSL color Cylindrical-coordinate representation of color #AEDB84: hue angle of 91.03º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEDB84 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 132 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.14 |
| HSL | 91.03º | 0.55% | 0.69% | - |
| HSV(B) | 91.03º | 0.4% | 0.86% | - |
| XYZ | 46.95 | 61.33 | 31.19 | - |
| YUV | 195.63 | 92.09 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 132 | 0.21 | 0 | 0.40 | 0.14 | 91.03 | 0.55 | 0.69 |
| Hex | AE | DB | 84 | 15 | 0 | 28 | E | 5B | 37 | 45 |
| Octal | 256 | 333 | 204 | 25 | 0 | 50 | 16 | 133 | 67 | 105 |
| Binary | 10101110 | 11011011 | 10000100 | 10101 | 0 | 101000 | 1110 | 1011011 | 110111 | 1000101 |
Color Harmonies of #AEDB84
Complementary color
Monochromatic Colors of #AEDB84
Black with #AEDB84
Text Example
Text Example
White with #AEDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB84; }
p { color: rgb(174,219,132); }
H1.HeaderClassName
{
color: #AEDB84;
}
.AnyTagClassName
{
color: #AEDB84;
}
</style>
background-color css
<style>
a { background-color: #AEDB84; }
a { background-color: rgb(174,219,132); }
div.DivClassName
{
background-color: #AEDB84;
}
.BgClassName
{
background-color: #AEDB84;
}
</style>
border-color css
<style>
span { border-color: #AEDB84; }
span { border-color: rgb(174,219,132); }
td.TdClassName
{
border-color: #AEDB84;
}
.TagClassName
{
border-color: #AEDB84;
}
</style>