Shades of Feijoa #A9E28F
Tints of Feijoa #A9E28F
RGB
CMYK
RGB Variations
Color information
#A9E28F (or 0xA9E28F) is known color: Feijoa. HEX triplet: A9, E2 and 8F. RGB value is (169,226,143). Sum of RGB (Red+Green+Blue) = 169+226+143=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #A9E28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9E28F is #561D70. Grayscale: #C7C7C7. Windows color (decimal): -5643633 or 9429673. OLE color: 9429673.
HSL color Cylindrical-coordinate representation of color #A9E28F: hue angle of 101.2º 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 #A9E28F is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 226 | 143 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.11 |
| HSL | 101.2º | 0.59% | 0.72% | - |
| HSV(B) | 101.2º | 0.37% | 0.89% | - |
| XYZ | 48.52 | 64.81 | 35.94 | - |
| YUV | 199.5 | 96.12 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 226 | 143 | 0.25 | 0 | 0.37 | 0.11 | 101.2 | 0.59 | 0.72 |
| Hex | A9 | E2 | 8F | 19 | 0 | 25 | B | 65 | 3B | 48 |
| Octal | 251 | 342 | 217 | 31 | 0 | 45 | 13 | 145 | 73 | 110 |
| Binary | 10101001 | 11100010 | 10001111 | 11001 | 0 | 100101 | 1011 | 1100101 | 111011 | 1001000 |
Color Harmonies of #A9E28F
Complementary color
Monochromatic Colors of #A9E28F
Black with #A9E28F
Text Example
Text Example
White with #A9E28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E28F; }
p { color: rgb(169,226,143); }
H1.HeaderClassName
{
color: #A9E28F;
}
.AnyTagClassName
{
color: #A9E28F;
}
</style>
background-color css
<style>
a { background-color: #A9E28F; }
a { background-color: rgb(169,226,143); }
div.DivClassName
{
background-color: #A9E28F;
}
.BgClassName
{
background-color: #A9E28F;
}
</style>
border-color css
<style>
span { border-color: #A9E28F; }
span { border-color: rgb(169,226,143); }
td.TdClassName
{
border-color: #A9E28F;
}
.TagClassName
{
border-color: #A9E28F;
}
</style>