Shades of Feijoa #A3F16C
Tints of Feijoa #A3F16C
RGB
CMYK
RGB Variations
Color information
#A3F16C (or 0xA3F16C) is known color: Feijoa. HEX triplet: A3, F1 and 6C. RGB value is (163,241,108). Sum of RGB (Red+Green+Blue) = 163+241+108=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F16C is #5C0E93. Grayscale: #CACACA. Windows color (decimal): -6033044 or 7139747. OLE color: 7139747.
HSL color Cylindrical-coordinate representation of color #A3F16C: hue angle of 95.19º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3F16C is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 241 | 108 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.05 |
| HSL | 95.19º | 0.83% | 0.68% | - |
| HSV(B) | 95.19º | 0.55% | 0.95% | - |
| XYZ | 49.27 | 71.78 | 25.45 | - |
| YUV | 202.52 | 74.66 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 241 | 108 | 0.32 | 0 | 0.55 | 0.05 | 95.19 | 0.83 | 0.68 |
| Hex | A3 | F1 | 6C | 20 | 0 | 37 | 5 | 5F | 53 | 44 |
| Octal | 243 | 361 | 154 | 40 | 0 | 67 | 5 | 137 | 123 | 104 |
| Binary | 10100011 | 11110001 | 1101100 | 100000 | 0 | 110111 | 101 | 1011111 | 1010011 | 1000100 |
Color Harmonies of #A3F16C
Complementary color
Monochromatic Colors of #A3F16C
Black with #A3F16C
Text Example
Text Example
White with #A3F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F16C; }
p { color: rgb(163,241,108); }
H1.HeaderClassName
{
color: #A3F16C;
}
.AnyTagClassName
{
color: #A3F16C;
}
</style>
background-color css
<style>
a { background-color: #A3F16C; }
a { background-color: rgb(163,241,108); }
div.DivClassName
{
background-color: #A3F16C;
}
.BgClassName
{
background-color: #A3F16C;
}
</style>
border-color css
<style>
span { border-color: #A3F16C; }
span { border-color: rgb(163,241,108); }
td.TdClassName
{
border-color: #A3F16C;
}
.TagClassName
{
border-color: #A3F16C;
}
</style>