Shades of Feijoa #AEDB7C
Tints of Feijoa #AEDB7C
RGB
CMYK
RGB Variations
Color information
#AEDB7C (or 0xAEDB7C) is known color: Feijoa. HEX triplet: AE, DB and 7C. RGB value is (174,219,124). Sum of RGB (Red+Green+Blue) = 174+219+124=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB7C is #512483. Grayscale: #C3C3C3. Windows color (decimal): -5317764 or 8182702. OLE color: 8182702.
HSL color Cylindrical-coordinate representation of color #AEDB7C: hue angle of 88.42º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEDB7C is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 124 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.14 |
| HSL | 88.42º | 0.57% | 0.67% | - |
| HSV(B) | 88.42º | 0.43% | 0.86% | - |
| XYZ | 46.43 | 61.12 | 28.42 | - |
| YUV | 194.72 | 88.09 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 124 | 0.21 | 0 | 0.43 | 0.14 | 88.42 | 0.57 | 0.67 |
| Hex | AE | DB | 7C | 15 | 0 | 2B | E | 58 | 39 | 43 |
| Octal | 256 | 333 | 174 | 25 | 0 | 53 | 16 | 130 | 71 | 103 |
| Binary | 10101110 | 11011011 | 1111100 | 10101 | 0 | 101011 | 1110 | 1011000 | 111001 | 1000011 |
Color Harmonies of #AEDB7C
Complementary color
Monochromatic Colors of #AEDB7C
Black with #AEDB7C
Text Example
Text Example
White with #AEDB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB7C; }
p { color: rgb(174,219,124); }
H1.HeaderClassName
{
color: #AEDB7C;
}
.AnyTagClassName
{
color: #AEDB7C;
}
</style>
background-color css
<style>
a { background-color: #AEDB7C; }
a { background-color: rgb(174,219,124); }
div.DivClassName
{
background-color: #AEDB7C;
}
.BgClassName
{
background-color: #AEDB7C;
}
</style>
border-color css
<style>
span { border-color: #AEDB7C; }
span { border-color: rgb(174,219,124); }
td.TdClassName
{
border-color: #AEDB7C;
}
.TagClassName
{
border-color: #AEDB7C;
}
</style>