Shades of Feijoa #AEDB90
Tints of Feijoa #AEDB90
RGB
CMYK
RGB Variations
Color information
#AEDB90 (or 0xAEDB90) is known color: Feijoa. HEX triplet: AE, DB and 90. RGB value is (174,219,144). Sum of RGB (Red+Green+Blue) = 174+219+144=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDB90 is #51246F. Grayscale: #C5C5C5. Windows color (decimal): -5317744 or 9493422. OLE color: 9493422.
HSL color Cylindrical-coordinate representation of color #AEDB90: hue angle of 96º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEDB90 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 144 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.14 |
| HSL | 96º | 0.51% | 0.71% | - |
| HSV(B) | 96º | 0.34% | 0.86% | - |
| XYZ | 47.82 | 61.68 | 35.77 | - |
| YUV | 197 | 98.09 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 144 | 0.21 | 0 | 0.34 | 0.14 | 96 | 0.51 | 0.71 |
| Hex | AE | DB | 90 | 15 | 0 | 22 | E | 60 | 33 | 47 |
| Octal | 256 | 333 | 220 | 25 | 0 | 42 | 16 | 140 | 63 | 107 |
| Binary | 10101110 | 11011011 | 10010000 | 10101 | 0 | 100010 | 1110 | 1100000 | 110011 | 1000111 |
Color Harmonies of #AEDB90
Complementary color
Monochromatic Colors of #AEDB90
Black with #AEDB90
Text Example
Text Example
White with #AEDB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB90; }
p { color: rgb(174,219,144); }
H1.HeaderClassName
{
color: #AEDB90;
}
.AnyTagClassName
{
color: #AEDB90;
}
</style>
background-color css
<style>
a { background-color: #AEDB90; }
a { background-color: rgb(174,219,144); }
div.DivClassName
{
background-color: #AEDB90;
}
.BgClassName
{
background-color: #AEDB90;
}
</style>
border-color css
<style>
span { border-color: #AEDB90; }
span { border-color: rgb(174,219,144); }
td.TdClassName
{
border-color: #AEDB90;
}
.TagClassName
{
border-color: #AEDB90;
}
</style>