Shades of Feijoa #AED588
Tints of Feijoa #AED588
RGB
CMYK
RGB Variations
Color information
#AED588 (or 0xAED588) is known color: Feijoa. HEX triplet: AE, D5 and 88. RGB value is (174,213,136). Sum of RGB (Red+Green+Blue) = 174+213+136=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #AED588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED588 is #512A77. Grayscale: #C0C0C0. Windows color (decimal): -5319288 or 8967598. OLE color: 8967598.
HSL color Cylindrical-coordinate representation of color #AED588: hue angle of 90.39º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AED588 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 136 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.16 |
| HSL | 90.39º | 0.48% | 0.68% | - |
| HSV(B) | 90.39º | 0.36% | 0.84% | - |
| XYZ | 45.69 | 58.36 | 32.15 | - |
| YUV | 192.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 136 | 0.18 | 0 | 0.36 | 0.16 | 90.39 | 0.48 | 0.68 |
| Hex | AE | D5 | 88 | 12 | 0 | 24 | 10 | 5A | 30 | 44 |
| Octal | 256 | 325 | 210 | 22 | 0 | 44 | 20 | 132 | 60 | 104 |
| Binary | 10101110 | 11010101 | 10001000 | 10010 | 0 | 100100 | 10000 | 1011010 | 110000 | 1000100 |
Color Harmonies of #AED588
Complementary color
Monochromatic Colors of #AED588
Black with #AED588
Text Example
Text Example
White with #AED588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED588; }
p { color: rgb(174,213,136); }
H1.HeaderClassName
{
color: #AED588;
}
.AnyTagClassName
{
color: #AED588;
}
</style>
background-color css
<style>
a { background-color: #AED588; }
a { background-color: rgb(174,213,136); }
div.DivClassName
{
background-color: #AED588;
}
.BgClassName
{
background-color: #AED588;
}
</style>
border-color css
<style>
span { border-color: #AED588; }
span { border-color: rgb(174,213,136); }
td.TdClassName
{
border-color: #AED588;
}
.TagClassName
{
border-color: #AED588;
}
</style>