Shades of Feijoa #AED793
Tints of Feijoa #AED793
RGB
CMYK
RGB Variations
Color information
#AED793 (or 0xAED793) is known color: Feijoa. HEX triplet: AE, D7 and 93. RGB value is (174,215,147). Sum of RGB (Red+Green+Blue) = 174+215+147=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #AED793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED793 is #51286C. Grayscale: #C3C3C3. Windows color (decimal): -5318765 or 9689006. OLE color: 9689006.
HSL color Cylindrical-coordinate representation of color #AED793: hue angle of 96.18º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AED793 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 147 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.16 |
| HSL | 96.18º | 0.46% | 0.71% | - |
| HSV(B) | 96.18º | 0.32% | 0.84% | - |
| XYZ | 47.02 | 59.71 | 36.65 | - |
| YUV | 194.99 | 100.92 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 147 | 0.19 | 0 | 0.32 | 0.16 | 96.18 | 0.46 | 0.71 |
| Hex | AE | D7 | 93 | 13 | 0 | 20 | 10 | 60 | 2E | 47 |
| Octal | 256 | 327 | 223 | 23 | 0 | 40 | 20 | 140 | 56 | 107 |
| Binary | 10101110 | 11010111 | 10010011 | 10011 | 0 | 100000 | 10000 | 1100000 | 101110 | 1000111 |
Color Harmonies of #AED793
Complementary color
Monochromatic Colors of #AED793
Black with #AED793
Text Example
Text Example
White with #AED793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED793; }
p { color: rgb(174,215,147); }
H1.HeaderClassName
{
color: #AED793;
}
.AnyTagClassName
{
color: #AED793;
}
</style>
background-color css
<style>
a { background-color: #AED793; }
a { background-color: rgb(174,215,147); }
div.DivClassName
{
background-color: #AED793;
}
.BgClassName
{
background-color: #AED793;
}
</style>
border-color css
<style>
span { border-color: #AED793; }
span { border-color: rgb(174,215,147); }
td.TdClassName
{
border-color: #AED793;
}
.TagClassName
{
border-color: #AED793;
}
</style>