Shades of Feijoa #AED58C
Tints of Feijoa #AED58C
RGB
CMYK
RGB Variations
Color information
#AED58C (or 0xAED58C) is known color: Feijoa. HEX triplet: AE, D5 and 8C. RGB value is (174,213,140). Sum of RGB (Red+Green+Blue) = 174+213+140=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #AED58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED58C is #512A73. Grayscale: #C1C1C1. Windows color (decimal): -5319284 or 9229742. OLE color: 9229742.
HSL color Cylindrical-coordinate representation of color #AED58C: hue angle of 92.05º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AED58C is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 140 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.16 |
| HSL | 92.05º | 0.46% | 0.69% | - |
| HSV(B) | 92.05º | 0.34% | 0.84% | - |
| XYZ | 45.98 | 58.48 | 33.68 | - |
| YUV | 193.02 | 98.08 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 140 | 0.18 | 0 | 0.34 | 0.16 | 92.05 | 0.46 | 0.69 |
| Hex | AE | D5 | 8C | 12 | 0 | 22 | 10 | 5C | 2E | 45 |
| Octal | 256 | 325 | 214 | 22 | 0 | 42 | 20 | 134 | 56 | 105 |
| Binary | 10101110 | 11010101 | 10001100 | 10010 | 0 | 100010 | 10000 | 1011100 | 101110 | 1000101 |
Color Harmonies of #AED58C
Complementary color
Monochromatic Colors of #AED58C
Black with #AED58C
Text Example
Text Example
White with #AED58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED58C; }
p { color: rgb(174,213,140); }
H1.HeaderClassName
{
color: #AED58C;
}
.AnyTagClassName
{
color: #AED58C;
}
</style>
background-color css
<style>
a { background-color: #AED58C; }
a { background-color: rgb(174,213,140); }
div.DivClassName
{
background-color: #AED58C;
}
.BgClassName
{
background-color: #AED58C;
}
</style>
border-color css
<style>
span { border-color: #AED58C; }
span { border-color: rgb(174,213,140); }
td.TdClassName
{
border-color: #AED58C;
}
.TagClassName
{
border-color: #AED58C;
}
</style>