Shades of Feijoa #A3FD68
Tints of Feijoa #A3FD68
RGB
CMYK
RGB Variations
Color information
#A3FD68 (or 0xA3FD68) is known color: Feijoa. HEX triplet: A3, FD and 68. RGB value is (163,253,104). Sum of RGB (Red+Green+Blue) = 163+253+104=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #A3FD68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FD68 is #5C0297. Grayscale: #D1D1D1. Windows color (decimal): -6029976 or 6880675. OLE color: 6880675.
HSL color Cylindrical-coordinate representation of color #A3FD68: hue angle of 96.24º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A3FD68 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 253 | 104 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.01 |
| HSL | 96.24º | 0.97% | 0.7% | - |
| HSV(B) | 96.24º | 0.59% | 0.99% | - |
| XYZ | 52.73 | 79.04 | 25.57 | - |
| YUV | 209.1 | 68.68 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 253 | 104 | 0.36 | 0 | 0.59 | 0.01 | 96.24 | 0.97 | 0.7 |
| Hex | A3 | FD | 68 | 24 | 0 | 3B | 1 | 60 | 61 | 46 |
| Octal | 243 | 375 | 150 | 44 | 0 | 73 | 1 | 140 | 141 | 106 |
| Binary | 10100011 | 11111101 | 1101000 | 100100 | 0 | 111011 | 1 | 1100000 | 1100001 | 1000110 |
Color Harmonies of #A3FD68
Complementary color
Monochromatic Colors of #A3FD68
Black with #A3FD68
Text Example
Text Example
White with #A3FD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FD68; }
p { color: rgb(163,253,104); }
H1.HeaderClassName
{
color: #A3FD68;
}
.AnyTagClassName
{
color: #A3FD68;
}
</style>
background-color css
<style>
a { background-color: #A3FD68; }
a { background-color: rgb(163,253,104); }
div.DivClassName
{
background-color: #A3FD68;
}
.BgClassName
{
background-color: #A3FD68;
}
</style>
border-color css
<style>
span { border-color: #A3FD68; }
span { border-color: rgb(163,253,104); }
td.TdClassName
{
border-color: #A3FD68;
}
.TagClassName
{
border-color: #A3FD68;
}
</style>