Shades of Feijoa #A0F678
Tints of Feijoa #A0F678
RGB
CMYK
RGB Variations
Color information
#A0F678 (or 0xA0F678) is known color: Feijoa. HEX triplet: A0, F6 and 78. RGB value is (160,246,120). Sum of RGB (Red+Green+Blue) = 160+246+120=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F678 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F678 is #5F0987. Grayscale: #CECECE. Windows color (decimal): -6228360 or 7927456. OLE color: 7927456.
HSL color Cylindrical-coordinate representation of color #A0F678: hue angle of 100.95º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0F678 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 120 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.04 |
| HSL | 100.95º | 0.88% | 0.72% | - |
| HSV(B) | 100.95º | 0.51% | 0.96% | - |
| XYZ | 50.84 | 74.74 | 29.52 | - |
| YUV | 205.92 | 79.51 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 120 | 0.35 | 0 | 0.51 | 0.04 | 100.95 | 0.88 | 0.72 |
| Hex | A0 | F6 | 78 | 23 | 0 | 33 | 4 | 65 | 58 | 48 |
| Octal | 240 | 366 | 170 | 43 | 0 | 63 | 4 | 145 | 130 | 110 |
| Binary | 10100000 | 11110110 | 1111000 | 100011 | 0 | 110011 | 100 | 1100101 | 1011000 | 1001000 |
Color Harmonies of #A0F678
Complementary color
Monochromatic Colors of #A0F678
Black with #A0F678
Text Example
Text Example
White with #A0F678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F678; }
p { color: rgb(160,246,120); }
H1.HeaderClassName
{
color: #A0F678;
}
.AnyTagClassName
{
color: #A0F678;
}
</style>
background-color css
<style>
a { background-color: #A0F678; }
a { background-color: rgb(160,246,120); }
div.DivClassName
{
background-color: #A0F678;
}
.BgClassName
{
background-color: #A0F678;
}
</style>
border-color css
<style>
span { border-color: #A0F678; }
span { border-color: rgb(160,246,120); }
td.TdClassName
{
border-color: #A0F678;
}
.TagClassName
{
border-color: #A0F678;
}
</style>