Shades of Feijoa #AED58E
Tints of Feijoa #AED58E
RGB
CMYK
RGB Variations
Color information
#AED58E (or 0xAED58E) is known color: Feijoa. HEX triplet: AE, D5 and 8E. RGB value is (174,213,142). Sum of RGB (Red+Green+Blue) = 174+213+142=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #AED58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED58E is #512A71. Grayscale: #C1C1C1. Windows color (decimal): -5319282 or 9360814. OLE color: 9360814.
HSL color Cylindrical-coordinate representation of color #AED58E: hue angle of 92.96º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AED58E is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 142 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.16 |
| HSL | 92.96º | 0.46% | 0.7% | - |
| HSV(B) | 92.96º | 0.33% | 0.84% | - |
| XYZ | 46.13 | 58.54 | 34.46 | - |
| YUV | 193.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 142 | 0.18 | 0 | 0.33 | 0.16 | 92.96 | 0.46 | 0.7 |
| Hex | AE | D5 | 8E | 12 | 0 | 21 | 10 | 5D | 2E | 46 |
| Octal | 256 | 325 | 216 | 22 | 0 | 41 | 20 | 135 | 56 | 106 |
| Binary | 10101110 | 11010101 | 10001110 | 10010 | 0 | 100001 | 10000 | 1011101 | 101110 | 1000110 |
Color Harmonies of #AED58E
Complementary color
Monochromatic Colors of #AED58E
Black with #AED58E
Text Example
Text Example
White with #AED58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED58E; }
p { color: rgb(174,213,142); }
H1.HeaderClassName
{
color: #AED58E;
}
.AnyTagClassName
{
color: #AED58E;
}
</style>
background-color css
<style>
a { background-color: #AED58E; }
a { background-color: rgb(174,213,142); }
div.DivClassName
{
background-color: #AED58E;
}
.BgClassName
{
background-color: #AED58E;
}
</style>
border-color css
<style>
span { border-color: #AED58E; }
span { border-color: rgb(174,213,142); }
td.TdClassName
{
border-color: #AED58E;
}
.TagClassName
{
border-color: #AED58E;
}
</style>