Shades of Feijoa #A3E379
Tints of Feijoa #A3E379
RGB
CMYK
RGB Variations
Color information
#A3E379 (or 0xA3E379) is known color: Feijoa. HEX triplet: A3, E3 and 79. RGB value is (163,227,121). Sum of RGB (Red+Green+Blue) = 163+227+121=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E379 is #5C1C86. Grayscale: #C4C4C4. Windows color (decimal): -6036615 or 7988131. OLE color: 7988131.
HSL color Cylindrical-coordinate representation of color #A3E379: hue angle of 96.23º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3E379 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 227 | 121 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.11 |
| HSL | 96.23º | 0.65% | 0.68% | - |
| HSV(B) | 96.23º | 0.47% | 0.89% | - |
| XYZ | 46.02 | 64.11 | 28.04 | - |
| YUV | 195.78 | 85.8 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 121 | 0.28 | 0 | 0.47 | 0.11 | 96.23 | 0.65 | 0.68 |
| Hex | A3 | E3 | 79 | 1C | 0 | 2F | B | 60 | 41 | 44 |
| Octal | 243 | 343 | 171 | 34 | 0 | 57 | 13 | 140 | 101 | 104 |
| Binary | 10100011 | 11100011 | 1111001 | 11100 | 0 | 101111 | 1011 | 1100000 | 1000001 | 1000100 |
Color Harmonies of #A3E379
Complementary color
Monochromatic Colors of #A3E379
Black with #A3E379
Text Example
Text Example
White with #A3E379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E379; }
p { color: rgb(163,227,121); }
H1.HeaderClassName
{
color: #A3E379;
}
.AnyTagClassName
{
color: #A3E379;
}
</style>
background-color css
<style>
a { background-color: #A3E379; }
a { background-color: rgb(163,227,121); }
div.DivClassName
{
background-color: #A3E379;
}
.BgClassName
{
background-color: #A3E379;
}
</style>
border-color css
<style>
span { border-color: #A3E379; }
span { border-color: rgb(163,227,121); }
td.TdClassName
{
border-color: #A3E379;
}
.TagClassName
{
border-color: #A3E379;
}
</style>