Shades of Feijoa #A9E28D
Tints of Feijoa #A9E28D
RGB
CMYK
RGB Variations
Color information
#A9E28D (or 0xA9E28D) is known color: Feijoa. HEX triplet: A9, E2 and 8D. RGB value is (169,226,141). Sum of RGB (Red+Green+Blue) = 169+226+141=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #A9E28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E28D is #561D72. Grayscale: #C7C7C7. Windows color (decimal): -5643635 or 9298601. OLE color: 9298601.
HSL color Cylindrical-coordinate representation of color #A9E28D: hue angle of 100.24º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9E28D is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 226 | 141 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.11 |
| HSL | 100.24º | 0.59% | 0.72% | - |
| HSV(B) | 100.24º | 0.38% | 0.89% | - |
| XYZ | 48.37 | 64.75 | 35.15 | - |
| YUV | 199.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 226 | 141 | 0.25 | 0 | 0.38 | 0.11 | 100.24 | 0.59 | 0.72 |
| Hex | A9 | E2 | 8D | 19 | 0 | 26 | B | 64 | 3B | 48 |
| Octal | 251 | 342 | 215 | 31 | 0 | 46 | 13 | 144 | 73 | 110 |
| Binary | 10101001 | 11100010 | 10001101 | 11001 | 0 | 100110 | 1011 | 1100100 | 111011 | 1001000 |
Color Harmonies of #A9E28D
Complementary color
Monochromatic Colors of #A9E28D
Black with #A9E28D
Text Example
Text Example
White with #A9E28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E28D; }
p { color: rgb(169,226,141); }
H1.HeaderClassName
{
color: #A9E28D;
}
.AnyTagClassName
{
color: #A9E28D;
}
</style>
background-color css
<style>
a { background-color: #A9E28D; }
a { background-color: rgb(169,226,141); }
div.DivClassName
{
background-color: #A9E28D;
}
.BgClassName
{
background-color: #A9E28D;
}
</style>
border-color css
<style>
span { border-color: #A9E28D; }
span { border-color: rgb(169,226,141); }
td.TdClassName
{
border-color: #A9E28D;
}
.TagClassName
{
border-color: #A9E28D;
}
</style>