Shades of Feijoa #A0F86A
Tints of Feijoa #A0F86A
RGB
CMYK
RGB Variations
Color information
#A0F86A (or 0xA0F86A) is known color: Feijoa. HEX triplet: A0, F8 and 6A. RGB value is (160,248,106). Sum of RGB (Red+Green+Blue) = 160+248+106=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F86A is #5F0795. Grayscale: #CDCDCD. Windows color (decimal): -6227862 or 7010464. OLE color: 7010464.
HSL color Cylindrical-coordinate representation of color #A0F86A: hue angle of 97.18º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0F86A is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 106 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.03 |
| HSL | 97.18º | 0.91% | 0.69% | - |
| HSV(B) | 97.18º | 0.57% | 0.97% | - |
| XYZ | 50.67 | 75.65 | 25.57 | - |
| YUV | 205.5 | 71.85 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 106 | 0.35 | 0 | 0.57 | 0.03 | 97.18 | 0.91 | 0.69 |
| Hex | A0 | F8 | 6A | 23 | 0 | 39 | 3 | 61 | 5B | 45 |
| Octal | 240 | 370 | 152 | 43 | 0 | 71 | 3 | 141 | 133 | 105 |
| Binary | 10100000 | 11111000 | 1101010 | 100011 | 0 | 111001 | 11 | 1100001 | 1011011 | 1000101 |
Color Harmonies of #A0F86A
Complementary color
Monochromatic Colors of #A0F86A
Black with #A0F86A
Text Example
Text Example
White with #A0F86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F86A; }
p { color: rgb(160,248,106); }
H1.HeaderClassName
{
color: #A0F86A;
}
.AnyTagClassName
{
color: #A0F86A;
}
</style>
background-color css
<style>
a { background-color: #A0F86A; }
a { background-color: rgb(160,248,106); }
div.DivClassName
{
background-color: #A0F86A;
}
.BgClassName
{
background-color: #A0F86A;
}
</style>
border-color css
<style>
span { border-color: #A0F86A; }
span { border-color: rgb(160,248,106); }
td.TdClassName
{
border-color: #A0F86A;
}
.TagClassName
{
border-color: #A0F86A;
}
</style>