Shades of Feijoa #AEDA81
Tints of Feijoa #AEDA81
RGB
CMYK
RGB Variations
Color information
#AEDA81 (or 0xAEDA81) is known color: Feijoa. HEX triplet: AE, DA and 81. RGB value is (174,218,129). Sum of RGB (Red+Green+Blue) = 174+218+129=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDA81 is #51257E. Grayscale: #C3C3C3. Windows color (decimal): -5318015 or 8510126. OLE color: 8510126.
HSL color Cylindrical-coordinate representation of color #AEDA81: hue angle of 89.66º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEDA81 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 129 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.15 |
| HSL | 89.66º | 0.55% | 0.68% | - |
| HSV(B) | 89.66º | 0.41% | 0.85% | - |
| XYZ | 46.49 | 60.73 | 30.04 | - |
| YUV | 194.7 | 90.92 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 129 | 0.20 | 0 | 0.41 | 0.15 | 89.66 | 0.55 | 0.68 |
| Hex | AE | DA | 81 | 14 | 0 | 29 | F | 5A | 37 | 44 |
| Octal | 256 | 332 | 201 | 24 | 0 | 51 | 17 | 132 | 67 | 104 |
| Binary | 10101110 | 11011010 | 10000001 | 10100 | 0 | 101001 | 1111 | 1011010 | 110111 | 1000100 |
Color Harmonies of #AEDA81
Complementary color
Monochromatic Colors of #AEDA81
Black with #AEDA81
Text Example
Text Example
White with #AEDA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA81; }
p { color: rgb(174,218,129); }
H1.HeaderClassName
{
color: #AEDA81;
}
.AnyTagClassName
{
color: #AEDA81;
}
</style>
background-color css
<style>
a { background-color: #AEDA81; }
a { background-color: rgb(174,218,129); }
div.DivClassName
{
background-color: #AEDA81;
}
.BgClassName
{
background-color: #AEDA81;
}
</style>
border-color css
<style>
span { border-color: #AEDA81; }
span { border-color: rgb(174,218,129); }
td.TdClassName
{
border-color: #AEDA81;
}
.TagClassName
{
border-color: #AEDA81;
}
</style>