Shades of Feijoa #A3E16E
Tints of Feijoa #A3E16E
RGB
CMYK
RGB Variations
Color information
#A3E16E (or 0xA3E16E) is known color: Feijoa. HEX triplet: A3, E1 and 6E. RGB value is (163,225,110). Sum of RGB (Red+Green+Blue) = 163+225+110=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E16E is #5C1E91. Grayscale: #C1C1C1. Windows color (decimal): -6037138 or 7266723. OLE color: 7266723.
HSL color Cylindrical-coordinate representation of color #A3E16E: hue angle of 92.35º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3E16E is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 110 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.12 |
| HSL | 92.35º | 0.66% | 0.66% | - |
| HSV(B) | 92.35º | 0.51% | 0.88% | - |
| XYZ | 44.84 | 62.76 | 24.5 | - |
| YUV | 193.35 | 80.96 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 110 | 0.28 | 0 | 0.51 | 0.12 | 92.35 | 0.66 | 0.66 |
| Hex | A3 | E1 | 6E | 1C | 0 | 33 | C | 5C | 42 | 42 |
| Octal | 243 | 341 | 156 | 34 | 0 | 63 | 14 | 134 | 102 | 102 |
| Binary | 10100011 | 11100001 | 1101110 | 11100 | 0 | 110011 | 1100 | 1011100 | 1000010 | 1000010 |
Color Harmonies of #A3E16E
Complementary color
Monochromatic Colors of #A3E16E
Black with #A3E16E
Text Example
Text Example
White with #A3E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E16E; }
p { color: rgb(163,225,110); }
H1.HeaderClassName
{
color: #A3E16E;
}
.AnyTagClassName
{
color: #A3E16E;
}
</style>
background-color css
<style>
a { background-color: #A3E16E; }
a { background-color: rgb(163,225,110); }
div.DivClassName
{
background-color: #A3E16E;
}
.BgClassName
{
background-color: #A3E16E;
}
</style>
border-color css
<style>
span { border-color: #A3E16E; }
span { border-color: rgb(163,225,110); }
td.TdClassName
{
border-color: #A3E16E;
}
.TagClassName
{
border-color: #A3E16E;
}
</style>