Shades of Feijoa #AEDB81
Tints of Feijoa #AEDB81
RGB
CMYK
RGB Variations
Color information
#AEDB81 (or 0xAEDB81) is known color: Feijoa. HEX triplet: AE, DB and 81. RGB value is (174,219,129). Sum of RGB (Red+Green+Blue) = 174+219+129=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB81 is #51247E. Grayscale: #C3C3C3. Windows color (decimal): -5317759 or 8510382. OLE color: 8510382.
HSL color Cylindrical-coordinate representation of color #AEDB81: hue angle of 90º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEDB81 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 129 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.14 |
| HSL | 90º | 0.56% | 0.68% | - |
| HSV(B) | 90º | 0.41% | 0.86% | - |
| XYZ | 46.75 | 61.25 | 30.13 | - |
| YUV | 195.29 | 90.59 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 129 | 0.21 | 0 | 0.41 | 0.14 | 90 | 0.56 | 0.68 |
| Hex | AE | DB | 81 | 15 | 0 | 29 | E | 5A | 38 | 44 |
| Octal | 256 | 333 | 201 | 25 | 0 | 51 | 16 | 132 | 70 | 104 |
| Binary | 10101110 | 11011011 | 10000001 | 10101 | 0 | 101001 | 1110 | 1011010 | 111000 | 1000100 |
Color Harmonies of #AEDB81
Complementary color
Monochromatic Colors of #AEDB81
Black with #AEDB81
Text Example
Text Example
White with #AEDB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB81; }
p { color: rgb(174,219,129); }
H1.HeaderClassName
{
color: #AEDB81;
}
.AnyTagClassName
{
color: #AEDB81;
}
</style>
background-color css
<style>
a { background-color: #AEDB81; }
a { background-color: rgb(174,219,129); }
div.DivClassName
{
background-color: #AEDB81;
}
.BgClassName
{
background-color: #AEDB81;
}
</style>
border-color css
<style>
span { border-color: #AEDB81; }
span { border-color: rgb(174,219,129); }
td.TdClassName
{
border-color: #AEDB81;
}
.TagClassName
{
border-color: #AEDB81;
}
</style>