Shades of Feijoa #A3E16C
Tints of Feijoa #A3E16C
RGB
CMYK
RGB Variations
Color information
#A3E16C (or 0xA3E16C) is known color: Feijoa. HEX triplet: A3, E1 and 6C. RGB value is (163,225,108). Sum of RGB (Red+Green+Blue) = 163+225+108=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E16C is #5C1E93. Grayscale: #C1C1C1. Windows color (decimal): -6037140 or 7135651. OLE color: 7135651.
HSL color Cylindrical-coordinate representation of color #A3E16C: hue angle of 91.79º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3E16C is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 108 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.12 |
| HSL | 91.79º | 0.66% | 0.65% | - |
| HSV(B) | 91.79º | 0.52% | 0.88% | - |
| XYZ | 44.74 | 62.72 | 23.94 | - |
| YUV | 193.12 | 79.96 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 108 | 0.28 | 0 | 0.52 | 0.12 | 91.79 | 0.66 | 0.65 |
| Hex | A3 | E1 | 6C | 1C | 0 | 34 | C | 5C | 42 | 41 |
| Octal | 243 | 341 | 154 | 34 | 0 | 64 | 14 | 134 | 102 | 101 |
| Binary | 10100011 | 11100001 | 1101100 | 11100 | 0 | 110100 | 1100 | 1011100 | 1000010 | 1000001 |
Color Harmonies of #A3E16C
Complementary color
Monochromatic Colors of #A3E16C
Black with #A3E16C
Text Example
Text Example
White with #A3E16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E16C; }
p { color: rgb(163,225,108); }
H1.HeaderClassName
{
color: #A3E16C;
}
.AnyTagClassName
{
color: #A3E16C;
}
</style>
background-color css
<style>
a { background-color: #A3E16C; }
a { background-color: rgb(163,225,108); }
div.DivClassName
{
background-color: #A3E16C;
}
.BgClassName
{
background-color: #A3E16C;
}
</style>
border-color css
<style>
span { border-color: #A3E16C; }
span { border-color: rgb(163,225,108); }
td.TdClassName
{
border-color: #A3E16C;
}
.TagClassName
{
border-color: #A3E16C;
}
</style>