Shades of Feijoa #A4E26E
Tints of Feijoa #A4E26E
RGB
CMYK
RGB Variations
Color information
#A4E26E (or 0xA4E26E) is known color: Feijoa. HEX triplet: A4, E2 and 6E. RGB value is (164,226,110). Sum of RGB (Red+Green+Blue) = 164+226+110=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E26E is #5B1D91. Grayscale: #C2C2C2. Windows color (decimal): -5971346 or 7266980. OLE color: 7266980.
HSL color Cylindrical-coordinate representation of color #A4E26E: hue angle of 92.07º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4E26E is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 226 | 110 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.11 |
| HSL | 92.07º | 0.67% | 0.66% | - |
| HSV(B) | 92.07º | 0.51% | 0.89% | - |
| XYZ | 45.32 | 63.41 | 24.6 | - |
| YUV | 194.24 | 80.46 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 226 | 110 | 0.27 | 0 | 0.51 | 0.11 | 92.07 | 0.67 | 0.66 |
| Hex | A4 | E2 | 6E | 1B | 0 | 33 | B | 5C | 43 | 42 |
| Octal | 244 | 342 | 156 | 33 | 0 | 63 | 13 | 134 | 103 | 102 |
| Binary | 10100100 | 11100010 | 1101110 | 11011 | 0 | 110011 | 1011 | 1011100 | 1000011 | 1000010 |
Color Harmonies of #A4E26E
Complementary color
Monochromatic Colors of #A4E26E
Black with #A4E26E
Text Example
Text Example
White with #A4E26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E26E; }
p { color: rgb(164,226,110); }
H1.HeaderClassName
{
color: #A4E26E;
}
.AnyTagClassName
{
color: #A4E26E;
}
</style>
background-color css
<style>
a { background-color: #A4E26E; }
a { background-color: rgb(164,226,110); }
div.DivClassName
{
background-color: #A4E26E;
}
.BgClassName
{
background-color: #A4E26E;
}
</style>
border-color css
<style>
span { border-color: #A4E26E; }
span { border-color: rgb(164,226,110); }
td.TdClassName
{
border-color: #A4E26E;
}
.TagClassName
{
border-color: #A4E26E;
}
</style>