Shades of Feijoa #AED28C
Tints of Feijoa #AED28C
RGB
CMYK
RGB Variations
Color information
#AED28C (or 0xAED28C) is known color: Feijoa. HEX triplet: AE, D2 and 8C. RGB value is (174,210,140). Sum of RGB (Red+Green+Blue) = 174+210+140=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #AED28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED28C is #512D73. Grayscale: #BFBFBF. Windows color (decimal): -5320052 or 9228974. OLE color: 9228974.
HSL color Cylindrical-coordinate representation of color #AED28C: hue angle of 90.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AED28C is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 140 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.18 |
| HSL | 90.86º | 0.44% | 0.69% | - |
| HSV(B) | 90.86º | 0.33% | 0.82% | - |
| XYZ | 45.24 | 56.99 | 33.43 | - |
| YUV | 191.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 140 | 0.17 | 0 | 0.33 | 0.18 | 90.86 | 0.44 | 0.69 |
| Hex | AE | D2 | 8C | 11 | 0 | 21 | 12 | 5B | 2C | 45 |
| Octal | 256 | 322 | 214 | 21 | 0 | 41 | 22 | 133 | 54 | 105 |
| Binary | 10101110 | 11010010 | 10001100 | 10001 | 0 | 100001 | 10010 | 1011011 | 101100 | 1000101 |
Color Harmonies of #AED28C
Complementary color
Monochromatic Colors of #AED28C
Black with #AED28C
Text Example
Text Example
White with #AED28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED28C; }
p { color: rgb(174,210,140); }
H1.HeaderClassName
{
color: #AED28C;
}
.AnyTagClassName
{
color: #AED28C;
}
</style>
background-color css
<style>
a { background-color: #AED28C; }
a { background-color: rgb(174,210,140); }
div.DivClassName
{
background-color: #AED28C;
}
.BgClassName
{
background-color: #AED28C;
}
</style>
border-color css
<style>
span { border-color: #AED28C; }
span { border-color: rgb(174,210,140); }
td.TdClassName
{
border-color: #AED28C;
}
.TagClassName
{
border-color: #AED28C;
}
</style>