Shades of Feijoa #A0FA7B
Tints of Feijoa #A0FA7B
RGB
CMYK
RGB Variations
Color information
#A0FA7B (or 0xA0FA7B) is known color: Feijoa. HEX triplet: A0, FA and 7B. RGB value is (160,250,123). Sum of RGB (Red+Green+Blue) = 160+250+123=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA7B is #5F0584. Grayscale: #D1D1D1. Windows color (decimal): -6227333 or 8125088. OLE color: 8125088.
HSL color Cylindrical-coordinate representation of color #A0FA7B: hue angle of 102.52º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0FA7B is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 123 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.02 |
| HSL | 102.52º | 0.93% | 0.73% | - |
| HSV(B) | 102.52º | 0.51% | 0.98% | - |
| XYZ | 52.26 | 77.27 | 30.9 | - |
| YUV | 208.61 | 79.68 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 123 | 0.36 | 0 | 0.51 | 0.02 | 102.52 | 0.93 | 0.73 |
| Hex | A0 | FA | 7B | 24 | 0 | 33 | 2 | 67 | 5D | 49 |
| Octal | 240 | 372 | 173 | 44 | 0 | 63 | 2 | 147 | 135 | 111 |
| Binary | 10100000 | 11111010 | 1111011 | 100100 | 0 | 110011 | 10 | 1100111 | 1011101 | 1001001 |
Color Harmonies of #A0FA7B
Complementary color
Monochromatic Colors of #A0FA7B
Black with #A0FA7B
Text Example
Text Example
White with #A0FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA7B; }
p { color: rgb(160,250,123); }
H1.HeaderClassName
{
color: #A0FA7B;
}
.AnyTagClassName
{
color: #A0FA7B;
}
</style>
background-color css
<style>
a { background-color: #A0FA7B; }
a { background-color: rgb(160,250,123); }
div.DivClassName
{
background-color: #A0FA7B;
}
.BgClassName
{
background-color: #A0FA7B;
}
</style>
border-color css
<style>
span { border-color: #A0FA7B; }
span { border-color: rgb(160,250,123); }
td.TdClassName
{
border-color: #A0FA7B;
}
.TagClassName
{
border-color: #A0FA7B;
}
</style>