Shades of Feijoa #A3F87B
Tints of Feijoa #A3F87B
RGB
CMYK
RGB Variations
Color information
#A3F87B (or 0xA3F87B) is known color: Feijoa. HEX triplet: A3, F8 and 7B. RGB value is (163,248,123). Sum of RGB (Red+Green+Blue) = 163+248+123=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F87B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3F87B is #5C0784. Grayscale: #D0D0D0. Windows color (decimal): -6031237 or 8124579. OLE color: 8124579.
HSL color Cylindrical-coordinate representation of color #A3F87B: hue angle of 100.8º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3F87B is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 248 | 123 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.03 |
| HSL | 100.8º | 0.9% | 0.73% | - |
| HSV(B) | 100.8º | 0.5% | 0.97% | - |
| XYZ | 52.25 | 76.35 | 30.72 | - |
| YUV | 208.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 248 | 123 | 0.34 | 0 | 0.50 | 0.03 | 100.8 | 0.9 | 0.73 |
| Hex | A3 | F8 | 7B | 22 | 0 | 32 | 3 | 65 | 5A | 49 |
| Octal | 243 | 370 | 173 | 42 | 0 | 62 | 3 | 145 | 132 | 111 |
| Binary | 10100011 | 11111000 | 1111011 | 100010 | 0 | 110010 | 11 | 1100101 | 1011010 | 1001001 |
Color Harmonies of #A3F87B
Complementary color
Monochromatic Colors of #A3F87B
Black with #A3F87B
Text Example
Text Example
White with #A3F87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F87B; }
p { color: rgb(163,248,123); }
H1.HeaderClassName
{
color: #A3F87B;
}
.AnyTagClassName
{
color: #A3F87B;
}
</style>
background-color css
<style>
a { background-color: #A3F87B; }
a { background-color: rgb(163,248,123); }
div.DivClassName
{
background-color: #A3F87B;
}
.BgClassName
{
background-color: #A3F87B;
}
</style>
border-color css
<style>
span { border-color: #A3F87B; }
span { border-color: rgb(163,248,123); }
td.TdClassName
{
border-color: #A3F87B;
}
.TagClassName
{
border-color: #A3F87B;
}
</style>