Shades of Feijoa #AED790
Tints of Feijoa #AED790
RGB
CMYK
RGB Variations
Color information
#AED790 (or 0xAED790) is known color: Feijoa. HEX triplet: AE, D7 and 90. RGB value is (174,215,144). Sum of RGB (Red+Green+Blue) = 174+215+144=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #AED790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED790 is #51286F. Grayscale: #C2C2C2. Windows color (decimal): -5318768 or 9492398. OLE color: 9492398.
HSL color Cylindrical-coordinate representation of color #AED790: hue angle of 94.65º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AED790 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 144 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.16 |
| HSL | 94.65º | 0.47% | 0.7% | - |
| HSV(B) | 94.65º | 0.33% | 0.84% | - |
| XYZ | 46.79 | 59.61 | 35.43 | - |
| YUV | 194.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 144 | 0.19 | 0 | 0.33 | 0.16 | 94.65 | 0.47 | 0.7 |
| Hex | AE | D7 | 90 | 13 | 0 | 21 | 10 | 5F | 2F | 46 |
| Octal | 256 | 327 | 220 | 23 | 0 | 41 | 20 | 137 | 57 | 106 |
| Binary | 10101110 | 11010111 | 10010000 | 10011 | 0 | 100001 | 10000 | 1011111 | 101111 | 1000110 |
Color Harmonies of #AED790
Complementary color
Monochromatic Colors of #AED790
Black with #AED790
Text Example
Text Example
White with #AED790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED790; }
p { color: rgb(174,215,144); }
H1.HeaderClassName
{
color: #AED790;
}
.AnyTagClassName
{
color: #AED790;
}
</style>
background-color css
<style>
a { background-color: #AED790; }
a { background-color: rgb(174,215,144); }
div.DivClassName
{
background-color: #AED790;
}
.BgClassName
{
background-color: #AED790;
}
</style>
border-color css
<style>
span { border-color: #AED790; }
span { border-color: rgb(174,215,144); }
td.TdClassName
{
border-color: #AED790;
}
.TagClassName
{
border-color: #AED790;
}
</style>