Shades of Feijoa #AEDC97
Tints of Feijoa #AEDC97
RGB
CMYK
RGB Variations
Color information
#AEDC97 (or 0xAEDC97) is known color: Feijoa. HEX triplet: AE, DC and 97. RGB value is (174,220,151). Sum of RGB (Red+Green+Blue) = 174+220+151=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDC97 is #512368. Grayscale: #C6C6C6. Windows color (decimal): -5317481 or 9952430. OLE color: 9952430.
HSL color Cylindrical-coordinate representation of color #AEDC97: hue angle of 100º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEDC97 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 151 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.14 |
| HSL | 100º | 0.5% | 0.73% | - |
| HSV(B) | 100º | 0.31% | 0.86% | - |
| XYZ | 48.63 | 62.42 | 38.76 | - |
| YUV | 198.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 151 | 0.21 | 0 | 0.31 | 0.14 | 100 | 0.5 | 0.73 |
| Hex | AE | DC | 97 | 15 | 0 | 1F | E | 64 | 32 | 49 |
| Octal | 256 | 334 | 227 | 25 | 0 | 37 | 16 | 144 | 62 | 111 |
| Binary | 10101110 | 11011100 | 10010111 | 10101 | 0 | 11111 | 1110 | 1100100 | 110010 | 1001001 |
Color Harmonies of #AEDC97
Complementary color
Monochromatic Colors of #AEDC97
Black with #AEDC97
Text Example
Text Example
White with #AEDC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC97; }
p { color: rgb(174,220,151); }
H1.HeaderClassName
{
color: #AEDC97;
}
.AnyTagClassName
{
color: #AEDC97;
}
</style>
background-color css
<style>
a { background-color: #AEDC97; }
a { background-color: rgb(174,220,151); }
div.DivClassName
{
background-color: #AEDC97;
}
.BgClassName
{
background-color: #AEDC97;
}
</style>
border-color css
<style>
span { border-color: #AEDC97; }
span { border-color: rgb(174,220,151); }
td.TdClassName
{
border-color: #AEDC97;
}
.TagClassName
{
border-color: #AEDC97;
}
</style>