Shades of Feijoa #AEDB96
Tints of Feijoa #AEDB96
RGB
CMYK
RGB Variations
Color information
#AEDB96 (or 0xAEDB96) is known color: Feijoa. HEX triplet: AE, DB and 96. RGB value is (174,219,150). Sum of RGB (Red+Green+Blue) = 174+219+150=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB96 is #512469. Grayscale: #C5C5C5. Windows color (decimal): -5317738 or 9886638. OLE color: 9886638.
HSL color Cylindrical-coordinate representation of color #AEDB96: hue angle of 99.13º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEDB96 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 150 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.14 |
| HSL | 99.13º | 0.49% | 0.72% | - |
| HSV(B) | 99.13º | 0.32% | 0.86% | - |
| XYZ | 48.29 | 61.86 | 38.25 | - |
| YUV | 197.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 150 | 0.21 | 0 | 0.32 | 0.14 | 99.13 | 0.49 | 0.72 |
| Hex | AE | DB | 96 | 15 | 0 | 20 | E | 63 | 31 | 48 |
| Octal | 256 | 333 | 226 | 25 | 0 | 40 | 16 | 143 | 61 | 110 |
| Binary | 10101110 | 11011011 | 10010110 | 10101 | 0 | 100000 | 1110 | 1100011 | 110001 | 1001000 |
Color Harmonies of #AEDB96
Complementary color
Monochromatic Colors of #AEDB96
Black with #AEDB96
Text Example
Text Example
White with #AEDB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB96; }
p { color: rgb(174,219,150); }
H1.HeaderClassName
{
color: #AEDB96;
}
.AnyTagClassName
{
color: #AEDB96;
}
</style>
background-color css
<style>
a { background-color: #AEDB96; }
a { background-color: rgb(174,219,150); }
div.DivClassName
{
background-color: #AEDB96;
}
.BgClassName
{
background-color: #AEDB96;
}
</style>
border-color css
<style>
span { border-color: #AEDB96; }
span { border-color: rgb(174,219,150); }
td.TdClassName
{
border-color: #AEDB96;
}
.TagClassName
{
border-color: #AEDB96;
}
</style>