Shades of Feijoa #AED495
Tints of Feijoa #AED495
RGB
CMYK
RGB Variations
Color information
#AED495 (or 0xAED495) is known color: Feijoa. HEX triplet: AE, D4 and 95. RGB value is (174,212,149). Sum of RGB (Red+Green+Blue) = 174+212+149=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #AED495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED495 is #512B6A. Grayscale: #C1C1C1. Windows color (decimal): -5319531 or 9819310. OLE color: 9819310.
HSL color Cylindrical-coordinate representation of color #AED495: hue angle of 96.19º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED495 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 149 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.17 |
| HSL | 96.19º | 0.42% | 0.71% | - |
| HSV(B) | 96.19º | 0.3% | 0.83% | - |
| XYZ | 46.42 | 58.26 | 37.23 | - |
| YUV | 193.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 149 | 0.18 | 0 | 0.30 | 0.17 | 96.19 | 0.42 | 0.71 |
| Hex | AE | D4 | 95 | 12 | 0 | 1E | 11 | 60 | 2A | 47 |
| Octal | 256 | 324 | 225 | 22 | 0 | 36 | 21 | 140 | 52 | 107 |
| Binary | 10101110 | 11010100 | 10010101 | 10010 | 0 | 11110 | 10001 | 1100000 | 101010 | 1000111 |
Color Harmonies of #AED495
Complementary color
Monochromatic Colors of #AED495
Black with #AED495
Text Example
Text Example
White with #AED495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED495; }
p { color: rgb(174,212,149); }
H1.HeaderClassName
{
color: #AED495;
}
.AnyTagClassName
{
color: #AED495;
}
</style>
background-color css
<style>
a { background-color: #AED495; }
a { background-color: rgb(174,212,149); }
div.DivClassName
{
background-color: #AED495;
}
.BgClassName
{
background-color: #AED495;
}
</style>
border-color css
<style>
span { border-color: #AED495; }
span { border-color: rgb(174,212,149); }
td.TdClassName
{
border-color: #AED495;
}
.TagClassName
{
border-color: #AED495;
}
</style>