Shades of Feijoa #A4E273
Tints of Feijoa #A4E273
RGB
CMYK
RGB Variations
Color information
#A4E273 (or 0xA4E273) is known color: Feijoa. HEX triplet: A4, E2 and 73. RGB value is (164,226,115). Sum of RGB (Red+Green+Blue) = 164+226+115=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E273 is #5B1D8C. Grayscale: #C3C3C3. Windows color (decimal): -5971341 or 7594660. OLE color: 7594660.
HSL color Cylindrical-coordinate representation of color #A4E273: hue angle of 93.51º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4E273 is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 226 | 115 | - |
| CMYK | 0.27 | 0 | 0.49 | 0.11 |
| HSL | 93.51º | 0.66% | 0.67% | - |
| HSV(B) | 93.51º | 0.49% | 0.89% | - |
| XYZ | 45.6 | 63.52 | 26.08 | - |
| YUV | 194.81 | 82.96 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 226 | 115 | 0.27 | 0 | 0.49 | 0.11 | 93.51 | 0.66 | 0.67 |
| Hex | A4 | E2 | 73 | 1B | 0 | 31 | B | 5E | 42 | 43 |
| Octal | 244 | 342 | 163 | 33 | 0 | 61 | 13 | 136 | 102 | 103 |
| Binary | 10100100 | 11100010 | 1110011 | 11011 | 0 | 110001 | 1011 | 1011110 | 1000010 | 1000011 |
Color Harmonies of #A4E273
Complementary color
Monochromatic Colors of #A4E273
Black with #A4E273
Text Example
Text Example
White with #A4E273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E273; }
p { color: rgb(164,226,115); }
H1.HeaderClassName
{
color: #A4E273;
}
.AnyTagClassName
{
color: #A4E273;
}
</style>
background-color css
<style>
a { background-color: #A4E273; }
a { background-color: rgb(164,226,115); }
div.DivClassName
{
background-color: #A4E273;
}
.BgClassName
{
background-color: #A4E273;
}
</style>
border-color css
<style>
span { border-color: #A4E273; }
span { border-color: rgb(164,226,115); }
td.TdClassName
{
border-color: #A4E273;
}
.TagClassName
{
border-color: #A4E273;
}
</style>