Shades of Feijoa #A3F67A
Tints of Feijoa #A3F67A
RGB
CMYK
RGB Variations
Color information
#A3F67A (or 0xA3F67A) is known color: Feijoa. HEX triplet: A3, F6 and 7A. RGB value is (163,246,122). Sum of RGB (Red+Green+Blue) = 163+246+122=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F67A is #5C0985. Grayscale: #CFCFCF. Windows color (decimal): -6031750 or 8058531. OLE color: 8058531.
HSL color Cylindrical-coordinate representation of color #A3F67A: hue angle of 100.16º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3F67A is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 246 | 122 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.04 |
| HSL | 100.16º | 0.87% | 0.72% | - |
| HSV(B) | 100.16º | 0.5% | 0.96% | - |
| XYZ | 51.57 | 75.1 | 30.19 | - |
| YUV | 207.05 | 80 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 246 | 122 | 0.34 | 0 | 0.50 | 0.04 | 100.16 | 0.87 | 0.72 |
| Hex | A3 | F6 | 7A | 22 | 0 | 32 | 4 | 64 | 57 | 48 |
| Octal | 243 | 366 | 172 | 42 | 0 | 62 | 4 | 144 | 127 | 110 |
| Binary | 10100011 | 11110110 | 1111010 | 100010 | 0 | 110010 | 100 | 1100100 | 1010111 | 1001000 |
Color Harmonies of #A3F67A
Complementary color
Monochromatic Colors of #A3F67A
Black with #A3F67A
Text Example
Text Example
White with #A3F67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F67A; }
p { color: rgb(163,246,122); }
H1.HeaderClassName
{
color: #A3F67A;
}
.AnyTagClassName
{
color: #A3F67A;
}
</style>
background-color css
<style>
a { background-color: #A3F67A; }
a { background-color: rgb(163,246,122); }
div.DivClassName
{
background-color: #A3F67A;
}
.BgClassName
{
background-color: #A3F67A;
}
</style>
border-color css
<style>
span { border-color: #A3F67A; }
span { border-color: rgb(163,246,122); }
td.TdClassName
{
border-color: #A3F67A;
}
.TagClassName
{
border-color: #A3F67A;
}
</style>