Shades of Feijoa #A3F668
Tints of Feijoa #A3F668
RGB
CMYK
RGB Variations
Color information
#A3F668 (or 0xA3F668) is known color: Feijoa. HEX triplet: A3, F6 and 68. RGB value is (163,246,104). Sum of RGB (Red+Green+Blue) = 163+246+104=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F668 is #5C0997. Grayscale: #CDCDCD. Windows color (decimal): -6031768 or 6878883. OLE color: 6878883.
HSL color Cylindrical-coordinate representation of color #A3F668: hue angle of 95.07º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3F668 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 246 | 104 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.04 |
| HSL | 95.07º | 0.89% | 0.69% | - |
| HSV(B) | 95.07º | 0.58% | 0.96% | - |
| XYZ | 50.56 | 74.7 | 24.85 | - |
| YUV | 205 | 71 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 246 | 104 | 0.34 | 0 | 0.58 | 0.04 | 95.07 | 0.89 | 0.69 |
| Hex | A3 | F6 | 68 | 22 | 0 | 3A | 4 | 5F | 59 | 45 |
| Octal | 243 | 366 | 150 | 42 | 0 | 72 | 4 | 137 | 131 | 105 |
| Binary | 10100011 | 11110110 | 1101000 | 100010 | 0 | 111010 | 100 | 1011111 | 1011001 | 1000101 |
Color Harmonies of #A3F668
Complementary color
Monochromatic Colors of #A3F668
Black with #A3F668
Text Example
Text Example
White with #A3F668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F668; }
p { color: rgb(163,246,104); }
H1.HeaderClassName
{
color: #A3F668;
}
.AnyTagClassName
{
color: #A3F668;
}
</style>
background-color css
<style>
a { background-color: #A3F668; }
a { background-color: rgb(163,246,104); }
div.DivClassName
{
background-color: #A3F668;
}
.BgClassName
{
background-color: #A3F668;
}
</style>
border-color css
<style>
span { border-color: #A3F668; }
span { border-color: rgb(163,246,104); }
td.TdClassName
{
border-color: #A3F668;
}
.TagClassName
{
border-color: #A3F668;
}
</style>