Shades of Feijoa #A3E378
Tints of Feijoa #A3E378
RGB
CMYK
RGB Variations
Color information
#A3E378 (or 0xA3E378) is known color: Feijoa. HEX triplet: A3, E3 and 78. RGB value is (163,227,120). Sum of RGB (Red+Green+Blue) = 163+227+120=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E378 is #5C1C87. Grayscale: #C4C4C4. Windows color (decimal): -6036616 or 7922595. OLE color: 7922595.
HSL color Cylindrical-coordinate representation of color #A3E378: hue angle of 95.89º degrees, saturation: 0.66, 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 #A3E378 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 227 | 120 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.11 |
| HSL | 95.89º | 0.66% | 0.68% | - |
| HSV(B) | 95.89º | 0.47% | 0.89% | - |
| XYZ | 45.96 | 64.08 | 27.72 | - |
| YUV | 195.67 | 85.3 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 120 | 0.28 | 0 | 0.47 | 0.11 | 95.89 | 0.66 | 0.68 |
| Hex | A3 | E3 | 78 | 1C | 0 | 2F | B | 60 | 42 | 44 |
| Octal | 243 | 343 | 170 | 34 | 0 | 57 | 13 | 140 | 102 | 104 |
| Binary | 10100011 | 11100011 | 1111000 | 11100 | 0 | 101111 | 1011 | 1100000 | 1000010 | 1000100 |
Color Harmonies of #A3E378
Complementary color
Monochromatic Colors of #A3E378
Black with #A3E378
Text Example
Text Example
White with #A3E378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E378; }
p { color: rgb(163,227,120); }
H1.HeaderClassName
{
color: #A3E378;
}
.AnyTagClassName
{
color: #A3E378;
}
</style>
background-color css
<style>
a { background-color: #A3E378; }
a { background-color: rgb(163,227,120); }
div.DivClassName
{
background-color: #A3E378;
}
.BgClassName
{
background-color: #A3E378;
}
</style>
border-color css
<style>
span { border-color: #A3E378; }
span { border-color: rgb(163,227,120); }
td.TdClassName
{
border-color: #A3E378;
}
.TagClassName
{
border-color: #A3E378;
}
</style>