Shades of Feijoa #AED288
Tints of Feijoa #AED288
RGB
CMYK
RGB Variations
Color information
#AED288 (or 0xAED288) is known color: Feijoa. HEX triplet: AE, D2 and 88. RGB value is (174,210,136). Sum of RGB (Red+Green+Blue) = 174+210+136=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #AED288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED288 is #512D77. Grayscale: #BFBFBF. Windows color (decimal): -5320056 or 8966830. OLE color: 8966830.
HSL color Cylindrical-coordinate representation of color #AED288: hue angle of 89.19º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AED288 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 136 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.18 |
| HSL | 89.19º | 0.45% | 0.68% | - |
| HSV(B) | 89.19º | 0.35% | 0.82% | - |
| XYZ | 44.95 | 56.87 | 31.9 | - |
| YUV | 190.8 | 97.07 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 136 | 0.17 | 0 | 0.35 | 0.18 | 89.19 | 0.45 | 0.68 |
| Hex | AE | D2 | 88 | 11 | 0 | 23 | 12 | 59 | 2D | 44 |
| Octal | 256 | 322 | 210 | 21 | 0 | 43 | 22 | 131 | 55 | 104 |
| Binary | 10101110 | 11010010 | 10001000 | 10001 | 0 | 100011 | 10010 | 1011001 | 101101 | 1000100 |
Color Harmonies of #AED288
Complementary color
Monochromatic Colors of #AED288
Black with #AED288
Text Example
Text Example
White with #AED288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED288; }
p { color: rgb(174,210,136); }
H1.HeaderClassName
{
color: #AED288;
}
.AnyTagClassName
{
color: #AED288;
}
</style>
background-color css
<style>
a { background-color: #AED288; }
a { background-color: rgb(174,210,136); }
div.DivClassName
{
background-color: #AED288;
}
.BgClassName
{
background-color: #AED288;
}
</style>
border-color css
<style>
span { border-color: #AED288; }
span { border-color: rgb(174,210,136); }
td.TdClassName
{
border-color: #AED288;
}
.TagClassName
{
border-color: #AED288;
}
</style>