Shades of Feijoa #A3E376
Tints of Feijoa #A3E376
RGB
CMYK
RGB Variations
Color information
#A3E376 (or 0xA3E376) is known color: Feijoa. HEX triplet: A3, E3 and 76. RGB value is (163,227,118). Sum of RGB (Red+Green+Blue) = 163+227+118=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E376 is #5C1C89. Grayscale: #C3C3C3. Windows color (decimal): -6036618 or 7791523. OLE color: 7791523.
HSL color Cylindrical-coordinate representation of color #A3E376: hue angle of 95.23º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3E376 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 227 | 118 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.11 |
| HSL | 95.23º | 0.66% | 0.68% | - |
| HSV(B) | 95.23º | 0.48% | 0.89% | - |
| XYZ | 45.84 | 64.03 | 27.08 | - |
| YUV | 195.44 | 84.3 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 118 | 0.28 | 0 | 0.48 | 0.11 | 95.23 | 0.66 | 0.68 |
| Hex | A3 | E3 | 76 | 1C | 0 | 30 | B | 5F | 42 | 44 |
| Octal | 243 | 343 | 166 | 34 | 0 | 60 | 13 | 137 | 102 | 104 |
| Binary | 10100011 | 11100011 | 1110110 | 11100 | 0 | 110000 | 1011 | 1011111 | 1000010 | 1000100 |
Color Harmonies of #A3E376
Complementary color
Monochromatic Colors of #A3E376
Black with #A3E376
Text Example
Text Example
White with #A3E376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E376; }
p { color: rgb(163,227,118); }
H1.HeaderClassName
{
color: #A3E376;
}
.AnyTagClassName
{
color: #A3E376;
}
</style>
background-color css
<style>
a { background-color: #A3E376; }
a { background-color: rgb(163,227,118); }
div.DivClassName
{
background-color: #A3E376;
}
.BgClassName
{
background-color: #A3E376;
}
</style>
border-color css
<style>
span { border-color: #A3E376; }
span { border-color: rgb(163,227,118); }
td.TdClassName
{
border-color: #A3E376;
}
.TagClassName
{
border-color: #A3E376;
}
</style>