Shades of Feijoa #AEDB80
Tints of Feijoa #AEDB80
RGB
CMYK
RGB Variations
Color information
#AEDB80 (or 0xAEDB80) is known color: Feijoa. HEX triplet: AE, DB and 80. RGB value is (174,219,128). Sum of RGB (Red+Green+Blue) = 174+219+128=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB80 is #51247F. Grayscale: #C3C3C3. Windows color (decimal): -5317760 or 8444846. OLE color: 8444846.
HSL color Cylindrical-coordinate representation of color #AEDB80: hue angle of 89.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEDB80 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 128 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.14 |
| HSL | 89.67º | 0.56% | 0.68% | - |
| HSV(B) | 89.67º | 0.42% | 0.86% | - |
| XYZ | 46.68 | 61.22 | 29.78 | - |
| YUV | 195.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 128 | 0.21 | 0 | 0.42 | 0.14 | 89.67 | 0.56 | 0.68 |
| Hex | AE | DB | 80 | 15 | 0 | 2A | E | 5A | 38 | 44 |
| Octal | 256 | 333 | 200 | 25 | 0 | 52 | 16 | 132 | 70 | 104 |
| Binary | 10101110 | 11011011 | 10000000 | 10101 | 0 | 101010 | 1110 | 1011010 | 111000 | 1000100 |
Color Harmonies of #AEDB80
Complementary color
Monochromatic Colors of #AEDB80
Black with #AEDB80
Text Example
Text Example
White with #AEDB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB80; }
p { color: rgb(174,219,128); }
H1.HeaderClassName
{
color: #AEDB80;
}
.AnyTagClassName
{
color: #AEDB80;
}
</style>
background-color css
<style>
a { background-color: #AEDB80; }
a { background-color: rgb(174,219,128); }
div.DivClassName
{
background-color: #AEDB80;
}
.BgClassName
{
background-color: #AEDB80;
}
</style>
border-color css
<style>
span { border-color: #AEDB80; }
span { border-color: rgb(174,219,128); }
td.TdClassName
{
border-color: #AEDB80;
}
.TagClassName
{
border-color: #AEDB80;
}
</style>