Shades of Feijoa #A4E271
Tints of Feijoa #A4E271
RGB
CMYK
RGB Variations
Color information
#A4E271 (or 0xA4E271) is known color: Feijoa. HEX triplet: A4, E2 and 71. RGB value is (164,226,113). Sum of RGB (Red+Green+Blue) = 164+226+113=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E271 is #5B1D8E. Grayscale: #C2C2C2. Windows color (decimal): -5971343 or 7463588. OLE color: 7463588.
HSL color Cylindrical-coordinate representation of color #A4E271: hue angle of 92.92º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4E271 is Cyan = 0.27, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 226 | 113 | - |
| CMYK | 0.27 | 0 | 0.5 | 0.11 |
| HSL | 92.92º | 0.66% | 0.66% | - |
| HSV(B) | 92.92º | 0.5% | 0.89% | - |
| XYZ | 45.49 | 63.48 | 25.48 | - |
| YUV | 194.58 | 81.96 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 226 | 113 | 0.27 | 0 | 0.5 | 0.11 | 92.92 | 0.66 | 0.66 |
| Hex | A4 | E2 | 71 | 1B | 0 | 32 | B | 5D | 42 | 42 |
| Octal | 244 | 342 | 161 | 33 | 0 | 62 | 13 | 135 | 102 | 102 |
| Binary | 10100100 | 11100010 | 1110001 | 11011 | 0 | 110010 | 1011 | 1011101 | 1000010 | 1000010 |
Color Harmonies of #A4E271
Complementary color
Monochromatic Colors of #A4E271
Black with #A4E271
Text Example
Text Example
White with #A4E271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E271; }
p { color: rgb(164,226,113); }
H1.HeaderClassName
{
color: #A4E271;
}
.AnyTagClassName
{
color: #A4E271;
}
</style>
background-color css
<style>
a { background-color: #A4E271; }
a { background-color: rgb(164,226,113); }
div.DivClassName
{
background-color: #A4E271;
}
.BgClassName
{
background-color: #A4E271;
}
</style>
border-color css
<style>
span { border-color: #A4E271; }
span { border-color: rgb(164,226,113); }
td.TdClassName
{
border-color: #A4E271;
}
.TagClassName
{
border-color: #A4E271;
}
</style>