Shades of Feijoa #A3F96B
Tints of Feijoa #A3F96B
RGB
CMYK
RGB Variations
Color information
#A3F96B (or 0xA3F96B) is known color: Feijoa. HEX triplet: A3, F9 and 6B. RGB value is (163,249,107). Sum of RGB (Red+Green+Blue) = 163+249+107=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #A3F96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F96B is #5C0694. Grayscale: #CFCFCF. Windows color (decimal): -6030997 or 7076259. OLE color: 7076259.
HSL color Cylindrical-coordinate representation of color #A3F96B: hue angle of 96.34º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3F96B is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 249 | 107 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.02 |
| HSL | 96.34º | 0.92% | 0.7% | - |
| HSV(B) | 96.34º | 0.57% | 0.98% | - |
| XYZ | 51.63 | 76.6 | 25.97 | - |
| YUV | 207.1 | 71.51 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 249 | 107 | 0.35 | 0 | 0.57 | 0.02 | 96.34 | 0.92 | 0.7 |
| Hex | A3 | F9 | 6B | 23 | 0 | 39 | 2 | 60 | 5C | 46 |
| Octal | 243 | 371 | 153 | 43 | 0 | 71 | 2 | 140 | 134 | 106 |
| Binary | 10100011 | 11111001 | 1101011 | 100011 | 0 | 111001 | 10 | 1100000 | 1011100 | 1000110 |
Color Harmonies of #A3F96B
Complementary color
Monochromatic Colors of #A3F96B
Black with #A3F96B
Text Example
Text Example
White with #A3F96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F96B; }
p { color: rgb(163,249,107); }
H1.HeaderClassName
{
color: #A3F96B;
}
.AnyTagClassName
{
color: #A3F96B;
}
</style>
background-color css
<style>
a { background-color: #A3F96B; }
a { background-color: rgb(163,249,107); }
div.DivClassName
{
background-color: #A3F96B;
}
.BgClassName
{
background-color: #A3F96B;
}
</style>
border-color css
<style>
span { border-color: #A3F96B; }
span { border-color: rgb(163,249,107); }
td.TdClassName
{
border-color: #A3F96B;
}
.TagClassName
{
border-color: #A3F96B;
}
</style>