Shades of Feijoa #AEDC81
Tints of Feijoa #AEDC81
RGB
CMYK
RGB Variations
Color information
#AEDC81 (or 0xAEDC81) is known color: Feijoa. HEX triplet: AE, DC and 81. RGB value is (174,220,129). Sum of RGB (Red+Green+Blue) = 174+220+129=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC81 is #51237E. Grayscale: #C4C4C4. Windows color (decimal): -5317503 or 8510638. OLE color: 8510638.
HSL color Cylindrical-coordinate representation of color #AEDC81: hue angle of 90.33º degrees, saturation: 0.57, 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 #AEDC81 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 129 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.14 |
| HSL | 90.33º | 0.57% | 0.68% | - |
| HSV(B) | 90.33º | 0.41% | 0.86% | - |
| XYZ | 47.01 | 61.77 | 30.21 | - |
| YUV | 195.87 | 90.26 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 129 | 0.21 | 0 | 0.41 | 0.14 | 90.33 | 0.57 | 0.68 |
| Hex | AE | DC | 81 | 15 | 0 | 29 | E | 5A | 39 | 44 |
| Octal | 256 | 334 | 201 | 25 | 0 | 51 | 16 | 132 | 71 | 104 |
| Binary | 10101110 | 11011100 | 10000001 | 10101 | 0 | 101001 | 1110 | 1011010 | 111001 | 1000100 |
Color Harmonies of #AEDC81
Complementary color
Monochromatic Colors of #AEDC81
Black with #AEDC81
Text Example
Text Example
White with #AEDC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC81; }
p { color: rgb(174,220,129); }
H1.HeaderClassName
{
color: #AEDC81;
}
.AnyTagClassName
{
color: #AEDC81;
}
</style>
background-color css
<style>
a { background-color: #AEDC81; }
a { background-color: rgb(174,220,129); }
div.DivClassName
{
background-color: #AEDC81;
}
.BgClassName
{
background-color: #AEDC81;
}
</style>
border-color css
<style>
span { border-color: #AEDC81; }
span { border-color: rgb(174,220,129); }
td.TdClassName
{
border-color: #AEDC81;
}
.TagClassName
{
border-color: #AEDC81;
}
</style>