Shades of Feijoa #AED997
Tints of Feijoa #AED997
RGB
CMYK
RGB Variations
Color information
#AED997 (or 0xAED997) is known color: Feijoa. HEX triplet: AE, D9 and 97. RGB value is (174,217,151). Sum of RGB (Red+Green+Blue) = 174+217+151=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #AED997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED997 is #512668. Grayscale: #C4C4C4. Windows color (decimal): -5318249 or 9951662. OLE color: 9951662.
HSL color Cylindrical-coordinate representation of color #AED997: hue angle of 99.09º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED997 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 151 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.15 |
| HSL | 99.09º | 0.46% | 0.72% | - |
| HSV(B) | 99.09º | 0.3% | 0.85% | - |
| XYZ | 47.85 | 60.86 | 38.5 | - |
| YUV | 196.62 | 102.25 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 151 | 0.20 | 0 | 0.30 | 0.15 | 99.09 | 0.46 | 0.72 |
| Hex | AE | D9 | 97 | 14 | 0 | 1E | F | 63 | 2E | 48 |
| Octal | 256 | 331 | 227 | 24 | 0 | 36 | 17 | 143 | 56 | 110 |
| Binary | 10101110 | 11011001 | 10010111 | 10100 | 0 | 11110 | 1111 | 1100011 | 101110 | 1001000 |
Color Harmonies of #AED997
Complementary color
Monochromatic Colors of #AED997
Black with #AED997
Text Example
Text Example
White with #AED997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED997; }
p { color: rgb(174,217,151); }
H1.HeaderClassName
{
color: #AED997;
}
.AnyTagClassName
{
color: #AED997;
}
</style>
background-color css
<style>
a { background-color: #AED997; }
a { background-color: rgb(174,217,151); }
div.DivClassName
{
background-color: #AED997;
}
.BgClassName
{
background-color: #AED997;
}
</style>
border-color css
<style>
span { border-color: #AED997; }
span { border-color: rgb(174,217,151); }
td.TdClassName
{
border-color: #AED997;
}
.TagClassName
{
border-color: #AED997;
}
</style>