Shades of Feijoa #AEDD90
Tints of Feijoa #AEDD90
RGB
CMYK
RGB Variations
Color information
#AEDD90 (or 0xAEDD90) is known color: Feijoa. HEX triplet: AE, DD and 90. RGB value is (174,221,144). Sum of RGB (Red+Green+Blue) = 174+221+144=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDD90 is #51226F. Grayscale: #C6C6C6. Windows color (decimal): -5317232 or 9493934. OLE color: 9493934.
HSL color Cylindrical-coordinate representation of color #AEDD90: hue angle of 96.62º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEDD90 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 144 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.13 |
| HSL | 96.62º | 0.53% | 0.72% | - |
| HSV(B) | 96.62º | 0.35% | 0.87% | - |
| XYZ | 48.35 | 62.73 | 35.94 | - |
| YUV | 198.17 | 97.43 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 144 | 0.21 | 0 | 0.35 | 0.13 | 96.62 | 0.53 | 0.72 |
| Hex | AE | DD | 90 | 15 | 0 | 23 | D | 61 | 35 | 48 |
| Octal | 256 | 335 | 220 | 25 | 0 | 43 | 15 | 141 | 65 | 110 |
| Binary | 10101110 | 11011101 | 10010000 | 10101 | 0 | 100011 | 1101 | 1100001 | 110101 | 1001000 |
Color Harmonies of #AEDD90
Complementary color
Monochromatic Colors of #AEDD90
Black with #AEDD90
Text Example
Text Example
White with #AEDD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD90; }
p { color: rgb(174,221,144); }
H1.HeaderClassName
{
color: #AEDD90;
}
.AnyTagClassName
{
color: #AEDD90;
}
</style>
background-color css
<style>
a { background-color: #AEDD90; }
a { background-color: rgb(174,221,144); }
div.DivClassName
{
background-color: #AEDD90;
}
.BgClassName
{
background-color: #AEDD90;
}
</style>
border-color css
<style>
span { border-color: #AEDD90; }
span { border-color: rgb(174,221,144); }
td.TdClassName
{
border-color: #AEDD90;
}
.TagClassName
{
border-color: #AEDD90;
}
</style>