Shades of Feijoa #AED497
Tints of Feijoa #AED497
RGB
CMYK
RGB Variations
Color information
#AED497 (or 0xAED497) is known color: Feijoa. HEX triplet: AE, D4 and 97. RGB value is (174,212,151). Sum of RGB (Red+Green+Blue) = 174+212+151=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #AED497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED497 is #512B68. Grayscale: #C1C1C1. Windows color (decimal): -5319529 or 9950382. OLE color: 9950382.
HSL color Cylindrical-coordinate representation of color #AED497: hue angle of 97.38º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AED497 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 151 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.17 |
| HSL | 97.38º | 0.41% | 0.71% | - |
| HSV(B) | 97.38º | 0.29% | 0.83% | - |
| XYZ | 46.58 | 58.32 | 38.08 | - |
| YUV | 193.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 151 | 0.18 | 0 | 0.29 | 0.17 | 97.38 | 0.41 | 0.71 |
| Hex | AE | D4 | 97 | 12 | 0 | 1D | 11 | 61 | 29 | 47 |
| Octal | 256 | 324 | 227 | 22 | 0 | 35 | 21 | 141 | 51 | 107 |
| Binary | 10101110 | 11010100 | 10010111 | 10010 | 0 | 11101 | 10001 | 1100001 | 101001 | 1000111 |
Color Harmonies of #AED497
Complementary color
Monochromatic Colors of #AED497
Black with #AED497
Text Example
Text Example
White with #AED497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED497; }
p { color: rgb(174,212,151); }
H1.HeaderClassName
{
color: #AED497;
}
.AnyTagClassName
{
color: #AED497;
}
</style>
background-color css
<style>
a { background-color: #AED497; }
a { background-color: rgb(174,212,151); }
div.DivClassName
{
background-color: #AED497;
}
.BgClassName
{
background-color: #AED497;
}
</style>
border-color css
<style>
span { border-color: #AED497; }
span { border-color: rgb(174,212,151); }
td.TdClassName
{
border-color: #AED497;
}
.TagClassName
{
border-color: #AED497;
}
</style>