Shades of Feijoa #A0F87B
Tints of Feijoa #A0F87B
RGB
CMYK
RGB Variations
Color information
#A0F87B (or 0xA0F87B) is known color: Feijoa. HEX triplet: A0, F8 and 7B. RGB value is (160,248,123). Sum of RGB (Red+Green+Blue) = 160+248+123=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F87B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F87B is #5F0784. Grayscale: #CFCFCF. Windows color (decimal): -6227845 or 8124576. OLE color: 8124576.
HSL color Cylindrical-coordinate representation of color #A0F87B: hue angle of 102.24º 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 #A0F87B is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 123 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.03 |
| HSL | 102.24º | 0.9% | 0.73% | - |
| HSV(B) | 102.24º | 0.5% | 0.97% | - |
| XYZ | 51.64 | 76.04 | 30.69 | - |
| YUV | 207.44 | 80.35 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 123 | 0.35 | 0 | 0.50 | 0.03 | 102.24 | 0.9 | 0.73 |
| Hex | A0 | F8 | 7B | 23 | 0 | 32 | 3 | 66 | 5A | 49 |
| Octal | 240 | 370 | 173 | 43 | 0 | 62 | 3 | 146 | 132 | 111 |
| Binary | 10100000 | 11111000 | 1111011 | 100011 | 0 | 110010 | 11 | 1100110 | 1011010 | 1001001 |
Color Harmonies of #A0F87B
Complementary color
Monochromatic Colors of #A0F87B
Black with #A0F87B
Text Example
Text Example
White with #A0F87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F87B; }
p { color: rgb(160,248,123); }
H1.HeaderClassName
{
color: #A0F87B;
}
.AnyTagClassName
{
color: #A0F87B;
}
</style>
background-color css
<style>
a { background-color: #A0F87B; }
a { background-color: rgb(160,248,123); }
div.DivClassName
{
background-color: #A0F87B;
}
.BgClassName
{
background-color: #A0F87B;
}
</style>
border-color css
<style>
span { border-color: #A0F87B; }
span { border-color: rgb(160,248,123); }
td.TdClassName
{
border-color: #A0F87B;
}
.TagClassName
{
border-color: #A0F87B;
}
</style>