Shades of Feijoa #AED294
Tints of Feijoa #AED294
RGB
CMYK
RGB Variations
Color information
#AED294 (or 0xAED294) is known color: Feijoa. HEX triplet: AE, D2 and 94. RGB value is (174,210,148). Sum of RGB (Red+Green+Blue) = 174+210+148=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #AED294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED294 is #512D6B. Grayscale: #C0C0C0. Windows color (decimal): -5320044 or 9753262. OLE color: 9753262.
HSL color Cylindrical-coordinate representation of color #AED294: hue angle of 94.84º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AED294 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 148 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.18 |
| HSL | 94.84º | 0.41% | 0.7% | - |
| HSV(B) | 94.84º | 0.3% | 0.82% | - |
| XYZ | 45.85 | 57.23 | 36.65 | - |
| YUV | 192.17 | 103.07 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 148 | 0.17 | 0 | 0.30 | 0.18 | 94.84 | 0.41 | 0.7 |
| Hex | AE | D2 | 94 | 11 | 0 | 1E | 12 | 5F | 29 | 46 |
| Octal | 256 | 322 | 224 | 21 | 0 | 36 | 22 | 137 | 51 | 106 |
| Binary | 10101110 | 11010010 | 10010100 | 10001 | 0 | 11110 | 10010 | 1011111 | 101001 | 1000110 |
Color Harmonies of #AED294
Complementary color
Monochromatic Colors of #AED294
Black with #AED294
Text Example
Text Example
White with #AED294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED294; }
p { color: rgb(174,210,148); }
H1.HeaderClassName
{
color: #AED294;
}
.AnyTagClassName
{
color: #AED294;
}
</style>
background-color css
<style>
a { background-color: #AED294; }
a { background-color: rgb(174,210,148); }
div.DivClassName
{
background-color: #AED294;
}
.BgClassName
{
background-color: #AED294;
}
</style>
border-color css
<style>
span { border-color: #AED294; }
span { border-color: rgb(174,210,148); }
td.TdClassName
{
border-color: #AED294;
}
.TagClassName
{
border-color: #AED294;
}
</style>