Shades of Feijoa #AED97F
Tints of Feijoa #AED97F
RGB
CMYK
RGB Variations
Color information
#AED97F (or 0xAED97F) is known color: Feijoa. HEX triplet: AE, D9 and 7F. RGB value is (174,217,127). Sum of RGB (Red+Green+Blue) = 174+217+127=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #AED97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED97F is #512680. Grayscale: #C2C2C2. Windows color (decimal): -5318273 or 8378798. OLE color: 8378798.
HSL color Cylindrical-coordinate representation of color #AED97F: hue angle of 88.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AED97F is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 127 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.15 |
| HSL | 88.67º | 0.54% | 0.67% | - |
| HSV(B) | 88.67º | 0.41% | 0.85% | - |
| XYZ | 46.1 | 60.16 | 29.26 | - |
| YUV | 193.88 | 90.25 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 127 | 0.20 | 0 | 0.41 | 0.15 | 88.67 | 0.54 | 0.67 |
| Hex | AE | D9 | 7F | 14 | 0 | 29 | F | 59 | 36 | 43 |
| Octal | 256 | 331 | 177 | 24 | 0 | 51 | 17 | 131 | 66 | 103 |
| Binary | 10101110 | 11011001 | 1111111 | 10100 | 0 | 101001 | 1111 | 1011001 | 110110 | 1000011 |
Color Harmonies of #AED97F
Complementary color
Monochromatic Colors of #AED97F
Black with #AED97F
Text Example
Text Example
White with #AED97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED97F; }
p { color: rgb(174,217,127); }
H1.HeaderClassName
{
color: #AED97F;
}
.AnyTagClassName
{
color: #AED97F;
}
</style>
background-color css
<style>
a { background-color: #AED97F; }
a { background-color: rgb(174,217,127); }
div.DivClassName
{
background-color: #AED97F;
}
.BgClassName
{
background-color: #AED97F;
}
</style>
border-color css
<style>
span { border-color: #AED97F; }
span { border-color: rgb(174,217,127); }
td.TdClassName
{
border-color: #AED97F;
}
.TagClassName
{
border-color: #AED97F;
}
</style>