Shades of Feijoa #A3E66D
Tints of Feijoa #A3E66D
RGB
CMYK
RGB Variations
Color information
#A3E66D (or 0xA3E66D) is known color: Feijoa. HEX triplet: A3, E6 and 6D. RGB value is (163,230,109). Sum of RGB (Red+Green+Blue) = 163+230+109=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #A3E66D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3E66D is #5C1992. Grayscale: #C4C4C4. Windows color (decimal): -6035859 or 7202467. OLE color: 7202467.
HSL color Cylindrical-coordinate representation of color #A3E66D: hue angle of 93.22º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3E66D is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 230 | 109 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.10 |
| HSL | 93.22º | 0.71% | 0.66% | - |
| HSV(B) | 93.22º | 0.53% | 0.9% | - |
| XYZ | 46.16 | 65.48 | 24.67 | - |
| YUV | 196.17 | 78.8 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 230 | 109 | 0.29 | 0 | 0.53 | 0.10 | 93.22 | 0.71 | 0.66 |
| Hex | A3 | E6 | 6D | 1D | 0 | 35 | A | 5D | 47 | 42 |
| Octal | 243 | 346 | 155 | 35 | 0 | 65 | 12 | 135 | 107 | 102 |
| Binary | 10100011 | 11100110 | 1101101 | 11101 | 0 | 110101 | 1010 | 1011101 | 1000111 | 1000010 |
Color Harmonies of #A3E66D
Complementary color
Monochromatic Colors of #A3E66D
Black with #A3E66D
Text Example
Text Example
White with #A3E66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E66D; }
p { color: rgb(163,230,109); }
H1.HeaderClassName
{
color: #A3E66D;
}
.AnyTagClassName
{
color: #A3E66D;
}
</style>
background-color css
<style>
a { background-color: #A3E66D; }
a { background-color: rgb(163,230,109); }
div.DivClassName
{
background-color: #A3E66D;
}
.BgClassName
{
background-color: #A3E66D;
}
</style>
border-color css
<style>
span { border-color: #A3E66D; }
span { border-color: rgb(163,230,109); }
td.TdClassName
{
border-color: #A3E66D;
}
.TagClassName
{
border-color: #A3E66D;
}
</style>