Shades of Feijoa #A3F06B
Tints of Feijoa #A3F06B
RGB
CMYK
RGB Variations
Color information
#A3F06B (or 0xA3F06B) is known color: Feijoa. HEX triplet: A3, F0 and 6B. RGB value is (163,240,107). Sum of RGB (Red+Green+Blue) = 163+240+107=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F06B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F06B is #5C0F94. Grayscale: #CACACA. Windows color (decimal): -6033301 or 7073955. OLE color: 7073955.
HSL color Cylindrical-coordinate representation of color #A3F06B: hue angle of 94.74º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3F06B is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 240 | 107 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.06 |
| HSL | 94.74º | 0.82% | 0.68% | - |
| HSV(B) | 94.74º | 0.55% | 0.94% | - |
| XYZ | 48.92 | 71.17 | 25.07 | - |
| YUV | 201.82 | 74.49 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 240 | 107 | 0.32 | 0 | 0.55 | 0.06 | 94.74 | 0.82 | 0.68 |
| Hex | A3 | F0 | 6B | 20 | 0 | 37 | 6 | 5F | 52 | 44 |
| Octal | 243 | 360 | 153 | 40 | 0 | 67 | 6 | 137 | 122 | 104 |
| Binary | 10100011 | 11110000 | 1101011 | 100000 | 0 | 110111 | 110 | 1011111 | 1010010 | 1000100 |
Color Harmonies of #A3F06B
Complementary color
Monochromatic Colors of #A3F06B
Black with #A3F06B
Text Example
Text Example
White with #A3F06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F06B; }
p { color: rgb(163,240,107); }
H1.HeaderClassName
{
color: #A3F06B;
}
.AnyTagClassName
{
color: #A3F06B;
}
</style>
background-color css
<style>
a { background-color: #A3F06B; }
a { background-color: rgb(163,240,107); }
div.DivClassName
{
background-color: #A3F06B;
}
.BgClassName
{
background-color: #A3F06B;
}
</style>
border-color css
<style>
span { border-color: #A3F06B; }
span { border-color: rgb(163,240,107); }
td.TdClassName
{
border-color: #A3F06B;
}
.TagClassName
{
border-color: #A3F06B;
}
</style>