Shades of Feijoa #A3E277
Tints of Feijoa #A3E277
RGB
CMYK
RGB Variations
Color information
#A3E277 (or 0xA3E277) is known color: Feijoa. HEX triplet: A3, E2 and 77. RGB value is (163,226,119). Sum of RGB (Red+Green+Blue) = 163+226+119=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #A3E277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E277 is #5C1D88. Grayscale: #C3C3C3. Windows color (decimal): -6036873 or 7856803. OLE color: 7856803.
HSL color Cylindrical-coordinate representation of color #A3E277: hue angle of 95.33º 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 #A3E277 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 226 | 119 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.11 |
| HSL | 95.33º | 0.65% | 0.68% | - |
| HSV(B) | 95.33º | 0.47% | 0.89% | - |
| XYZ | 45.63 | 63.51 | 27.31 | - |
| YUV | 194.97 | 85.13 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 226 | 119 | 0.28 | 0 | 0.47 | 0.11 | 95.33 | 0.65 | 0.68 |
| Hex | A3 | E2 | 77 | 1C | 0 | 2F | B | 5F | 41 | 44 |
| Octal | 243 | 342 | 167 | 34 | 0 | 57 | 13 | 137 | 101 | 104 |
| Binary | 10100011 | 11100010 | 1110111 | 11100 | 0 | 101111 | 1011 | 1011111 | 1000001 | 1000100 |
Color Harmonies of #A3E277
Complementary color
Monochromatic Colors of #A3E277
Black with #A3E277
Text Example
Text Example
White with #A3E277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E277; }
p { color: rgb(163,226,119); }
H1.HeaderClassName
{
color: #A3E277;
}
.AnyTagClassName
{
color: #A3E277;
}
</style>
background-color css
<style>
a { background-color: #A3E277; }
a { background-color: rgb(163,226,119); }
div.DivClassName
{
background-color: #A3E277;
}
.BgClassName
{
background-color: #A3E277;
}
</style>
border-color css
<style>
span { border-color: #A3E277; }
span { border-color: rgb(163,226,119); }
td.TdClassName
{
border-color: #A3E277;
}
.TagClassName
{
border-color: #A3E277;
}
</style>