Shades of Feijoa #A3F768
Tints of Feijoa #A3F768
RGB
CMYK
RGB Variations
Color information
#A3F768 (or 0xA3F768) is known color: Feijoa. HEX triplet: A3, F7 and 68. RGB value is (163,247,104). Sum of RGB (Red+Green+Blue) = 163+247+104=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #A3F768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F768 is #5C0897. Grayscale: #CECECE. Windows color (decimal): -6031512 or 6879139. OLE color: 6879139.
HSL color Cylindrical-coordinate representation of color #A3F768: hue angle of 95.24º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3F768 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 247 | 104 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.03 |
| HSL | 95.24º | 0.9% | 0.69% | - |
| HSV(B) | 95.24º | 0.58% | 0.97% | - |
| XYZ | 50.86 | 75.31 | 24.95 | - |
| YUV | 205.58 | 70.67 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 247 | 104 | 0.34 | 0 | 0.58 | 0.03 | 95.24 | 0.9 | 0.69 |
| Hex | A3 | F7 | 68 | 22 | 0 | 3A | 3 | 5F | 5A | 45 |
| Octal | 243 | 367 | 150 | 42 | 0 | 72 | 3 | 137 | 132 | 105 |
| Binary | 10100011 | 11110111 | 1101000 | 100010 | 0 | 111010 | 11 | 1011111 | 1011010 | 1000101 |
Color Harmonies of #A3F768
Complementary color
Monochromatic Colors of #A3F768
Black with #A3F768
Text Example
Text Example
White with #A3F768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F768; }
p { color: rgb(163,247,104); }
H1.HeaderClassName
{
color: #A3F768;
}
.AnyTagClassName
{
color: #A3F768;
}
</style>
background-color css
<style>
a { background-color: #A3F768; }
a { background-color: rgb(163,247,104); }
div.DivClassName
{
background-color: #A3F768;
}
.BgClassName
{
background-color: #A3F768;
}
</style>
border-color css
<style>
span { border-color: #A3F768; }
span { border-color: rgb(163,247,104); }
td.TdClassName
{
border-color: #A3F768;
}
.TagClassName
{
border-color: #A3F768;
}
</style>