Shades of Feijoa #AEDB7B
Tints of Feijoa #AEDB7B
RGB
CMYK
RGB Variations
Color information
#AEDB7B (or 0xAEDB7B) is known color: Feijoa. HEX triplet: AE, DB and 7B. RGB value is (174,219,123). Sum of RGB (Red+Green+Blue) = 174+219+123=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB7B is #512484. Grayscale: #C2C2C2. Windows color (decimal): -5317765 or 8117166. OLE color: 8117166.
HSL color Cylindrical-coordinate representation of color #AEDB7B: hue angle of 88.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEDB7B is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 123 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.14 |
| HSL | 88.13º | 0.57% | 0.67% | - |
| HSV(B) | 88.13º | 0.44% | 0.86% | - |
| XYZ | 46.36 | 61.09 | 28.09 | - |
| YUV | 194.6 | 87.59 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 123 | 0.21 | 0 | 0.44 | 0.14 | 88.13 | 0.57 | 0.67 |
| Hex | AE | DB | 7B | 15 | 0 | 2C | E | 58 | 39 | 43 |
| Octal | 256 | 333 | 173 | 25 | 0 | 54 | 16 | 130 | 71 | 103 |
| Binary | 10101110 | 11011011 | 1111011 | 10101 | 0 | 101100 | 1110 | 1011000 | 111001 | 1000011 |
Color Harmonies of #AEDB7B
Complementary color
Monochromatic Colors of #AEDB7B
Black with #AEDB7B
Text Example
Text Example
White with #AEDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB7B; }
p { color: rgb(174,219,123); }
H1.HeaderClassName
{
color: #AEDB7B;
}
.AnyTagClassName
{
color: #AEDB7B;
}
</style>
background-color css
<style>
a { background-color: #AEDB7B; }
a { background-color: rgb(174,219,123); }
div.DivClassName
{
background-color: #AEDB7B;
}
.BgClassName
{
background-color: #AEDB7B;
}
</style>
border-color css
<style>
span { border-color: #AEDB7B; }
span { border-color: rgb(174,219,123); }
td.TdClassName
{
border-color: #AEDB7B;
}
.TagClassName
{
border-color: #AEDB7B;
}
</style>