Shades of Feijoa #A3E872
Tints of Feijoa #A3E872
RGB
CMYK
RGB Variations
Color information
#A3E872 (or 0xA3E872) is known color: Feijoa. HEX triplet: A3, E8 and 72. RGB value is (163,232,114). Sum of RGB (Red+Green+Blue) = 163+232+114=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #A3E872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3E872 is #5C178D. Grayscale: #C6C6C6. Windows color (decimal): -6035342 or 7530659. OLE color: 7530659.
HSL color Cylindrical-coordinate representation of color #A3E872: hue angle of 95.08º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3E872 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 232 | 114 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.09 |
| HSL | 95.08º | 0.72% | 0.68% | - |
| HSV(B) | 95.08º | 0.51% | 0.91% | - |
| XYZ | 47 | 66.71 | 26.32 | - |
| YUV | 197.92 | 80.64 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 232 | 114 | 0.30 | 0 | 0.51 | 0.09 | 95.08 | 0.72 | 0.68 |
| Hex | A3 | E8 | 72 | 1E | 0 | 33 | 9 | 5F | 48 | 44 |
| Octal | 243 | 350 | 162 | 36 | 0 | 63 | 11 | 137 | 110 | 104 |
| Binary | 10100011 | 11101000 | 1110010 | 11110 | 0 | 110011 | 1001 | 1011111 | 1001000 | 1000100 |
Color Harmonies of #A3E872
Complementary color
Monochromatic Colors of #A3E872
Black with #A3E872
Text Example
Text Example
White with #A3E872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E872; }
p { color: rgb(163,232,114); }
H1.HeaderClassName
{
color: #A3E872;
}
.AnyTagClassName
{
color: #A3E872;
}
</style>
background-color css
<style>
a { background-color: #A3E872; }
a { background-color: rgb(163,232,114); }
div.DivClassName
{
background-color: #A3E872;
}
.BgClassName
{
background-color: #A3E872;
}
</style>
border-color css
<style>
span { border-color: #A3E872; }
span { border-color: rgb(163,232,114); }
td.TdClassName
{
border-color: #A3E872;
}
.TagClassName
{
border-color: #A3E872;
}
</style>