Shades of Feijoa #AEDB7A
Tints of Feijoa #AEDB7A
RGB
CMYK
RGB Variations
Color information
#AEDB7A (or 0xAEDB7A) is known color: Feijoa. HEX triplet: AE, DB and 7A. RGB value is (174,219,122). Sum of RGB (Red+Green+Blue) = 174+219+122=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB7A is #512485. Grayscale: #C2C2C2. Windows color (decimal): -5317766 or 8051630. OLE color: 8051630.
HSL color Cylindrical-coordinate representation of color #AEDB7A: hue angle of 87.84º 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 #AEDB7A is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 122 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.14 |
| HSL | 87.84º | 0.57% | 0.67% | - |
| HSV(B) | 87.84º | 0.44% | 0.86% | - |
| XYZ | 46.3 | 61.07 | 27.76 | - |
| YUV | 194.49 | 87.09 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 122 | 0.21 | 0 | 0.44 | 0.14 | 87.84 | 0.57 | 0.67 |
| Hex | AE | DB | 7A | 15 | 0 | 2C | E | 58 | 39 | 43 |
| Octal | 256 | 333 | 172 | 25 | 0 | 54 | 16 | 130 | 71 | 103 |
| Binary | 10101110 | 11011011 | 1111010 | 10101 | 0 | 101100 | 1110 | 1011000 | 111001 | 1000011 |
Color Harmonies of #AEDB7A
Complementary color
Monochromatic Colors of #AEDB7A
Black with #AEDB7A
Text Example
Text Example
White with #AEDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB7A; }
p { color: rgb(174,219,122); }
H1.HeaderClassName
{
color: #AEDB7A;
}
.AnyTagClassName
{
color: #AEDB7A;
}
</style>
background-color css
<style>
a { background-color: #AEDB7A; }
a { background-color: rgb(174,219,122); }
div.DivClassName
{
background-color: #AEDB7A;
}
.BgClassName
{
background-color: #AEDB7A;
}
</style>
border-color css
<style>
span { border-color: #AEDB7A; }
span { border-color: rgb(174,219,122); }
td.TdClassName
{
border-color: #AEDB7A;
}
.TagClassName
{
border-color: #AEDB7A;
}
</style>