Shades of Feijoa #AED28E
Tints of Feijoa #AED28E
RGB
CMYK
RGB Variations
Color information
#AED28E (or 0xAED28E) is known color: Feijoa. HEX triplet: AE, D2 and 8E. RGB value is (174,210,142). Sum of RGB (Red+Green+Blue) = 174+210+142=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #AED28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED28E is #512D71. Grayscale: #BFBFBF. Windows color (decimal): -5320050 or 9360046. OLE color: 9360046.
HSL color Cylindrical-coordinate representation of color #AED28E: hue angle of 91.76º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AED28E is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 142 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.18 |
| HSL | 91.76º | 0.43% | 0.69% | - |
| HSV(B) | 91.76º | 0.32% | 0.82% | - |
| XYZ | 45.38 | 57.04 | 34.21 | - |
| YUV | 191.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 142 | 0.17 | 0 | 0.32 | 0.18 | 91.76 | 0.43 | 0.69 |
| Hex | AE | D2 | 8E | 11 | 0 | 20 | 12 | 5C | 2B | 45 |
| Octal | 256 | 322 | 216 | 21 | 0 | 40 | 22 | 134 | 53 | 105 |
| Binary | 10101110 | 11010010 | 10001110 | 10001 | 0 | 100000 | 10010 | 1011100 | 101011 | 1000101 |
Color Harmonies of #AED28E
Complementary color
Monochromatic Colors of #AED28E
Black with #AED28E
Text Example
Text Example
White with #AED28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED28E; }
p { color: rgb(174,210,142); }
H1.HeaderClassName
{
color: #AED28E;
}
.AnyTagClassName
{
color: #AED28E;
}
</style>
background-color css
<style>
a { background-color: #AED28E; }
a { background-color: rgb(174,210,142); }
div.DivClassName
{
background-color: #AED28E;
}
.BgClassName
{
background-color: #AED28E;
}
</style>
border-color css
<style>
span { border-color: #AED28E; }
span { border-color: rgb(174,210,142); }
td.TdClassName
{
border-color: #AED28E;
}
.TagClassName
{
border-color: #AED28E;
}
</style>