Shades of Feijoa #AED797
Tints of Feijoa #AED797
RGB
CMYK
RGB Variations
Color information
#AED797 (or 0xAED797) is known color: Feijoa. HEX triplet: AE, D7 and 97. RGB value is (174,215,151). Sum of RGB (Red+Green+Blue) = 174+215+151=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #AED797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED797 is #512868. Grayscale: #C3C3C3. Windows color (decimal): -5318761 or 9951150. OLE color: 9951150.
HSL color Cylindrical-coordinate representation of color #AED797: hue angle of 98.44º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED797 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 151 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.16 |
| HSL | 98.44º | 0.44% | 0.72% | - |
| HSV(B) | 98.44º | 0.3% | 0.84% | - |
| XYZ | 47.34 | 59.83 | 38.33 | - |
| YUV | 195.45 | 102.92 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 151 | 0.19 | 0 | 0.30 | 0.16 | 98.44 | 0.44 | 0.72 |
| Hex | AE | D7 | 97 | 13 | 0 | 1E | 10 | 62 | 2C | 48 |
| Octal | 256 | 327 | 227 | 23 | 0 | 36 | 20 | 142 | 54 | 110 |
| Binary | 10101110 | 11010111 | 10010111 | 10011 | 0 | 11110 | 10000 | 1100010 | 101100 | 1001000 |
Color Harmonies of #AED797
Complementary color
Monochromatic Colors of #AED797
Black with #AED797
Text Example
Text Example
White with #AED797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED797; }
p { color: rgb(174,215,151); }
H1.HeaderClassName
{
color: #AED797;
}
.AnyTagClassName
{
color: #AED797;
}
</style>
background-color css
<style>
a { background-color: #AED797; }
a { background-color: rgb(174,215,151); }
div.DivClassName
{
background-color: #AED797;
}
.BgClassName
{
background-color: #AED797;
}
</style>
border-color css
<style>
span { border-color: #AED797; }
span { border-color: rgb(174,215,151); }
td.TdClassName
{
border-color: #AED797;
}
.TagClassName
{
border-color: #AED797;
}
</style>