Shades of Feijoa #A9E28E
Tints of Feijoa #A9E28E
RGB
CMYK
RGB Variations
Color information
#A9E28E (or 0xA9E28E) is known color: Feijoa. HEX triplet: A9, E2 and 8E. RGB value is (169,226,142). Sum of RGB (Red+Green+Blue) = 169+226+142=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #A9E28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E28E is #561D71. Grayscale: #C7C7C7. Windows color (decimal): -5643634 or 9364137. OLE color: 9364137.
HSL color Cylindrical-coordinate representation of color #A9E28E: hue angle of 100.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A9E28E is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 226 | 142 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.11 |
| HSL | 100.71º | 0.59% | 0.72% | - |
| HSV(B) | 100.71º | 0.37% | 0.89% | - |
| XYZ | 48.44 | 64.78 | 35.54 | - |
| YUV | 199.38 | 95.62 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 226 | 142 | 0.25 | 0 | 0.37 | 0.11 | 100.71 | 0.59 | 0.72 |
| Hex | A9 | E2 | 8E | 19 | 0 | 25 | B | 65 | 3B | 48 |
| Octal | 251 | 342 | 216 | 31 | 0 | 45 | 13 | 145 | 73 | 110 |
| Binary | 10101001 | 11100010 | 10001110 | 11001 | 0 | 100101 | 1011 | 1100101 | 111011 | 1001000 |
Color Harmonies of #A9E28E
Complementary color
Monochromatic Colors of #A9E28E
Black with #A9E28E
Text Example
Text Example
White with #A9E28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E28E; }
p { color: rgb(169,226,142); }
H1.HeaderClassName
{
color: #A9E28E;
}
.AnyTagClassName
{
color: #A9E28E;
}
</style>
background-color css
<style>
a { background-color: #A9E28E; }
a { background-color: rgb(169,226,142); }
div.DivClassName
{
background-color: #A9E28E;
}
.BgClassName
{
background-color: #A9E28E;
}
</style>
border-color css
<style>
span { border-color: #A9E28E; }
span { border-color: rgb(169,226,142); }
td.TdClassName
{
border-color: #A9E28E;
}
.TagClassName
{
border-color: #A9E28E;
}
</style>