Shades of Feijoa #AED28A
Tints of Feijoa #AED28A
RGB
CMYK
RGB Variations
Color information
#AED28A (or 0xAED28A) is known color: Feijoa. HEX triplet: AE, D2 and 8A. RGB value is (174,210,138). Sum of RGB (Red+Green+Blue) = 174+210+138=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #AED28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED28A is #512D75. Grayscale: #BFBFBF. Windows color (decimal): -5320054 or 9097902. OLE color: 9097902.
HSL color Cylindrical-coordinate representation of color #AED28A: hue angle of 90º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AED28A is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 138 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.18 |
| HSL | 90º | 0.44% | 0.68% | - |
| HSV(B) | 90º | 0.34% | 0.82% | - |
| XYZ | 45.09 | 56.93 | 32.66 | - |
| YUV | 191.03 | 98.07 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 138 | 0.17 | 0 | 0.34 | 0.18 | 90 | 0.44 | 0.68 |
| Hex | AE | D2 | 8A | 11 | 0 | 22 | 12 | 5A | 2C | 44 |
| Octal | 256 | 322 | 212 | 21 | 0 | 42 | 22 | 132 | 54 | 104 |
| Binary | 10101110 | 11010010 | 10001010 | 10001 | 0 | 100010 | 10010 | 1011010 | 101100 | 1000100 |
Color Harmonies of #AED28A
Complementary color
Monochromatic Colors of #AED28A
Black with #AED28A
Text Example
Text Example
White with #AED28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED28A; }
p { color: rgb(174,210,138); }
H1.HeaderClassName
{
color: #AED28A;
}
.AnyTagClassName
{
color: #AED28A;
}
</style>
background-color css
<style>
a { background-color: #AED28A; }
a { background-color: rgb(174,210,138); }
div.DivClassName
{
background-color: #AED28A;
}
.BgClassName
{
background-color: #AED28A;
}
</style>
border-color css
<style>
span { border-color: #AED28A; }
span { border-color: rgb(174,210,138); }
td.TdClassName
{
border-color: #AED28A;
}
.TagClassName
{
border-color: #AED28A;
}
</style>