Shades of Feijoa #AED492
Tints of Feijoa #AED492
RGB
CMYK
RGB Variations
Color information
#AED492 (or 0xAED492) is known color: Feijoa. HEX triplet: AE, D4 and 92. RGB value is (174,212,146). Sum of RGB (Red+Green+Blue) = 174+212+146=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #AED492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED492 is #512B6D. Grayscale: #C1C1C1. Windows color (decimal): -5319534 or 9622702. OLE color: 9622702.
HSL color Cylindrical-coordinate representation of color #AED492: hue angle of 94.55º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AED492 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 146 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.17 |
| HSL | 94.55º | 0.43% | 0.7% | - |
| HSV(B) | 94.55º | 0.31% | 0.83% | - |
| XYZ | 46.19 | 58.16 | 35.99 | - |
| YUV | 193.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 146 | 0.18 | 0 | 0.31 | 0.17 | 94.55 | 0.43 | 0.7 |
| Hex | AE | D4 | 92 | 12 | 0 | 1F | 11 | 5F | 2B | 46 |
| Octal | 256 | 324 | 222 | 22 | 0 | 37 | 21 | 137 | 53 | 106 |
| Binary | 10101110 | 11010100 | 10010010 | 10010 | 0 | 11111 | 10001 | 1011111 | 101011 | 1000110 |
Color Harmonies of #AED492
Complementary color
Monochromatic Colors of #AED492
Black with #AED492
Text Example
Text Example
White with #AED492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED492; }
p { color: rgb(174,212,146); }
H1.HeaderClassName
{
color: #AED492;
}
.AnyTagClassName
{
color: #AED492;
}
</style>
background-color css
<style>
a { background-color: #AED492; }
a { background-color: rgb(174,212,146); }
div.DivClassName
{
background-color: #AED492;
}
.BgClassName
{
background-color: #AED492;
}
</style>
border-color css
<style>
span { border-color: #AED492; }
span { border-color: rgb(174,212,146); }
td.TdClassName
{
border-color: #AED492;
}
.TagClassName
{
border-color: #AED492;
}
</style>